html{
  scroll-behavior: smooth;
}
body {
  background: #fff;
  color: #444;
  font-family: 'Prompt', sans-serif !important;
}

a {
  color: #007bff;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Prompt', sans-serif !important;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled,
#header.header-pages {
  height: 60px;
  padding: 10px 0;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 7px 0;
  max-height: 26px;
}

.main-pages {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  position: relative;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

#intro .move-down{
  position: absolute;
  bottom: 7%;
  display: block;
  text-align: center;
  user-select: none;
  cursor: pointer;
}

#intro .move-down i{
  animation: wipwup 1s linear infinite alternate;
}

@keyframes wipwup {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}

#intro .intro-info {
  width: 100%;
  max-width: 85%;
  float: left;
}

#intro .intro-info h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#intro .intro-info h3 {
  color: #fff;
  font-size: 31px;
}

#intro .intro-info h2 span {
  color: #74b5fc;
  text-decoration: underline;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
}

#intro .intro-info .btn-get-started {
  background: #007bff;
  border: 2px solid #007bff;
  color: #fff;
}

#intro .intro-info .btn-get-started:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}

#intro .intro-info .btn-services {
  border: 2px solid #fff;
}

#intro .intro-info .btn-services:hover {
  background: #007bff;
  border-color: #007bff;
  color: #fff;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
  width: 50%;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #ecf5ff;
}

#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
}

#contact .section-header {
  padding-bottom: 30px;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #007bff;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #007bff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #007bff;
}

#contact .social-links a:hover {
  background: #007bff;
  color: #fff;
}

#contact .info {
  color: #283d50;
}

#contact .info i {
  font-size: 32px;
  color: #007bff;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 36px;
  line-height: 28px;
  font-size: 14px;
}

#contact .form #sendmessage {
  color: #007bff;
  border: 1px solid #007bff;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button[type="submit"] {
  background: #007bff;
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

#contact .form button[type="submit"]:hover {
  background: #0067d5;
  cursor: pointer;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #0F2027;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #0F2027;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #ecf5ff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #007bff;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #0067d5;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ecf5ff;
}

#footer .footer-top .footer-links ul a:hover {
  color: #74b5fc;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #007bff;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #0062cc;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #f1f7ff;
}

#footer .credits a {
  color: #bfddfe;
}

#footer .credits a:hover {
  color: #f1f7ff;
}
/* Custome Section */

.content-section{
  padding: 25px 0;
  background-color: #fff;
}

.bg-dark{
  background-color: #1d1d1d  !important;
}

.bg-c-muted{
  background-color: #F7F7F7 !important;
}
.cyber-news-feed{
  display: flex;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.cyber-news-feed li{
  width: 33.3333%;
  padding: 1rem;
}


.list-img-ioc{
  display: flex;
  padding: 0;
  list-style: none;
  justify-content:flex-end;
}

.list-img-ioc li{
  text-align: center;
}
.list-img-ioc li:not(:last-child){
  margin-right: 2rem;
}

.list-img-ice{
  display: flex;
  padding: 0;
  list-style: none;
  justify-content:flex-end;
}

.list-img-ice li{
  text-align: center;
  width: 25%;
}

.list-img-ice li:not(:last-child){
  margin-right: 2rem;
}
/* Contact Content */

.contact-container{
  background: #3869D4;
  position: relative;
  z-index: 1;
  color: #fff;
  height: 293px;
}

.contact-list{
  display: flex;
  flex-direction: column;
  padding: 0;
  list-style: none;
  padding: 2rem;
}

.icon-contact{
  display: inline-block;
  width: 30px;
  float: left;
  text-align: center;
  margin-right: 1rem;
  height: 30px;
}
.icon-contact i{
  font-size: 20px !important;
}

.icon-email{
  position: absolute;
  right: 30px;
  bottom: 10px;
}


/* Custome Text*/
.primary-text{
  font-weight: bold;
  font: normal normal bold 40px/61px;
  letter-spacing: 0px;
  color: #336081;
  opacity: 1;
}

@media screen and (min-width:768px){
  .mw-70{
  max-width: 70px !important;
  }
  .mw-100{
    max-width: 70px !important;
  }
  .mw-md-25{
    width: 25%;
  }
}
@media screen and (max-width:768px){
  .mw-70{
  max-width: 100px !important;
  }
  .mw-100{
    max-width: 100px !important;
  }
}

.primary-text-blue{
  font: normal normal bold 40px/61px;
  letter-spacing: 0px;
  color: #3869D4;
  opacity: 1;
}

.text-blue{
  color: #3869D4 !important;
}

.iceberg-section{
  position: relative;
  z-index: 1;
  height: 100%;
}

.iceberg-text-mt-150{
  margin-top: 10rem;
}

.bg-blue-linear{
  position: relative;
  height: 100%;
  background: transparent linear-gradient(180deg, #3869D4 0%, #173168 61%, #030E24 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
  display: flex;
  align-items: center;
  padding: 2rem;
}
.secondary-text{
  font: normal normal normal 22px/30px Prompt;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  display: inline-block;
}
.font-weight-500{
  font-weight: 500 !important;
}
.fz-70{
  font-size: 70px !important;
}

.margin-mimus-top-50{
  margin-top: -50px;
}


.translatY-50{
  transform: translateY(-50%);
}




@media (max-width:1024px){
  .list-img-ice{
    flex-wrap: wrap;
  }
  .list-img-ice li{
    width: 50%;
    margin: 0 !important;
  }
}

@media (max-width: 991px) {
  .list-img-ioc {
      display: flex;
      padding: 0;
      list-style: none;
      justify-content: center !important;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
  .bg-blue-linear {
    position: static !important;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: flex;
    align-items: center;
    padding: 2rem !important;
  }
}

@media (max-width: 767px) {
  #intro .intro-info {
    width: 100%;
    max-width: 85%;
    margin: auto;
  }



  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }
  #intro .intro-info h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
}

@media (max-width: 574px) {
  .bg-blue-linear {
      position: static !important;
      width: 100%;
      height: 100%;
      z-index: -1;
      display: flex;
      align-items: center;
      padding: 2rem !important;
  }

  .content-section{
    padding: 30px 0;
  }
  .primary-text {
    color: #336081;
    font-weight: bold;
    font-size: 22px;
  }

  .fz-70 {
      font-size: 42px !important;
  }
  .secondary-text{
    font: normal normal normal 14px/30px Prompt;
  }
  .list-img-ioc{
    flex-wrap: wrap;
  }
  .list-img-ioc li{
    width: 100%;
    margin: 0 !important;
  }
  .list-img-ice {
      display: flex;
      padding: 0;
      list-style: none;
      justify-content: center;
      flex-wrap: wrap;
      align-items: center;
  }

  .list-img-ice li{
    width: 100%;
    margin: 0 !important;
  }

  #intro{
    padding: 0 20px ;
  }
  #intro .intro-info {
      width: 100%;
      max-width: 100%;
      margin: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
  }
  #intro .intro-info h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  #intro .intro-info h3 {
    font-size: 20px;
      margin-bottom: 30px;
  }
}


@media screen and (max-width:500px){
  .list-img-ioc.show-mb-row{
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width:420px){
  .list-img-ioc.show-mb-row{
    flex-direction: column;
    align-items: center;
  }

  .contact-list {
      display: flex;
      flex-direction: column;
      padding: 0;
      list-style: none;
      padding: 1rem;
  }
  .icon-email {
      position: absolute;
      right: 30px;
      bottom: 10px;
      z-index: -1;
      opacity: .3;
  }
}

@media (min-width: 1200px){
  .container {
      max-width: 1380px !important;
  }
}

#area_logo_os{
  grid-template-columns: 1fr 1fr 1fr !important; 
  text-align: center !important;
}

@media (max-width: 767px){
  #area_logo_os{
    grid-template-columns: 1fr 1fr !important; 
    text-align: center !important;
  }
}