html{
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      scroll-behavior: smooth;
}

p{
  font-size: 16px;
}

p.aboutwaf {
  font-size: 14px;
  font-weight: 500;
}

.navbar-brand {
  margin-right: 0em;
}

h2{
  margin-bottom: 1rem;
}

body{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
} 

nav{
  font-size: 14px;
  font-weight: 500;
}


.navbar-light .navbar-nav .nav-link{
  color: #666;
  
}

.navbar-light .navbar-nav .nav-link:hover{
  color: #FFA000;
}

.navbar-light .navbar-nav .nav-link.active {
  color:  #FFA000;
}


.jumbotron{
 background-color: #ffffff;
 margin-bottom: 0;
 /* padding-bottom: 0; */
}

.jumbotron-heading{
  font-weight: 700;
  line-height: 36px;
  color: #02ADD2;
}

.jumbotron-subheading{
  color: #0c0909;
}



.btn-outline-danger{
  color: #02ADD2;
  border: 2px solid #02ADD2 !important;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
}

.btn-outline-danger:hover{
  color: #ffffff;
  background-color: #02ADD2;
  border: 2px solid #02ADD2 !important;
  font-size: 14px;
  font-weight: 600;
}

.btn-danger {
  color: #fff;
  background-color: #02ADD2;
  font-size: 14px;
  font-weight: 500;
  border: none
}

.btn-danger:hover {
  color: #ffffff;
  background-color: #FFA000;
  border: none;
}

.btn-outline-danger:focus, .btn-outline-danger:active,
.btn-danger:focus, .btn-danger:active{
  background-color: #02ADD2 !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow:none !important;
  
}


.btn-primary {
  color: #fff;
  background-color: #FFA000;
  font-size: 14px;
  font-weight:500;
  border: none;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #02ADD2;
  border: none
}


.btn-outline-primary {
  color: #FFA000;
  border: 2px solid #FFA000 !important;
  background: transparent;
  font-weight: 600;
  font-size: 14px;
}

.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #FFA000;
  border: 2px solid #FFA000 !important;
  font-weight: 600;
  font-size: 14px;
}


.btn-outline-primary:focus, .btn-outline-primary:active,
.btn-primary:focus, .btn-primary:active
{
  background-color: #FFA000 !important;
  color: #ffffff !important;
  border: none;
  box-shadow:none !important;
}

.img-fluid{
  max-width: 100%;
  height: auto;
}


/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 700;
  line-height: 1.75rem;
  color: #FFA000;
  font-size: 16px;
}


.featurette-divider {
  margin: 4rem 0;
  /* Space out the Bootstrap <hr> more */
}

p.featurette-para{
  color: #0c0909;
      font-size: 14px;
      font-weight: 500;
  line-height: 24px;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing h4 {
  font-weight: 700;
  color:  #02ADD2;
  line-height: 36px;
  
}

.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


#cmc-video-wrap{
  border-radius: 0.25rem;
  /* transition: transform .4s; */
}

/* #cmc-video-wrap:hover {
  -ms-transform: scale(1.015);
  
  -webkit-transform: scale(1.015);
 
  transform: scale(1.015);
} */


/* Modules */
.modules-wrap {
  margin-bottom: 2rem;
}

.modules-heading {
  font-weight: 700;
  color: #fff;

}

.modules-subheading {
  color: #fff;
  font-weight: 400;
  font-size: 17px;
}

.album.py-5.bg-red{
  background-color: #e10600 !important;
}

.album.py-5.bg-dark {
  background-color: #212121 !important;
}

/* .card-img-top {
  height: 200px;
  padding: 1rem;
  border-bottom: 1px solid #eaeaea;
} */

h4.module-subtitle{
  font-weight: 400;
  color: #0c0909;
  
}

h6.module-title {
  font-weight: 700;
  color: #e10600;
}

p.card-text {
  color: #0c0909;
}

p.contactinfo {
  font-weight: 500;
}

/* features */
#features{
  color: #0c0909
}

i#features-icons {
  font-size: 2rem;
}


h6.feature-heading {
  font-weight: 700;
}



.features-heading {
  font-weight: 700 !important;
  color: #02ADD2 !important;
  line-height: 36px;
  
}

.features-subheading {
  /* color: #0c0909;
  font-weight: 500;
  font-size: 16px; */

  font-weight: 700;
  line-height: 1.75rem;
  color: #FFA000;
  font-size: 16px;
}

p.feature-heading{
  font-size: 14px;
  font-weight: 500;
}


/* footer */
#footer-psa{
  background: #f7f7f7;
}

small.d-block.text-muted{
font-weight: 600;
}

#submit-newsletter{
  font-weight: 600;
}

.news-letter-heading{
  color: #02ADD2;
  font-size: 16px;
  font-weight: 600;
}

.right-nav-wrap{
  font-size: 1.5rem;
}

.social-media-icon1{
   color: #0c0909;
   font-size: 18px;
}

.social-media-icon2 {
  color: #0c0909;
  font-size: 18px;
}

.social-media-icon1:hover {
  color: #e10600;
}

.social-media-icon2:hover {
  color: #e10600;
}


.prefoot{
  background-color: #e10600;
  color: #fff;
}


/* industries */

.ind-img-top {
  height: 100px;
  padding: 1rem;
}

.ind-wrap{
  color: #fff;
}

h6.ind-heading{
  font-weight: 700;
}

.dropdown-toggle::after{
  content: none !important;
}


p.waf-para {
  font-size: 16px;  
  color: #0c0909;
  font-weight: 500;
  letter-spacing: 0rem;
}



/* carousel */
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
/* .carousel {
  margin-bottom: 4rem;
} */

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 5rem;
  z-index: 10;
  
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}

.carousel-item>img {
  position: absolute;
  right: 0;
  height: 30rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

/* @media (min-width: 40em) {

  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
} */


.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

a.carousel-control-prev,
a.carousel-control-next {
  font-size: 30px;
  color: darkgray;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  color: darkgray;
}

.carousel-control-prev:active,
.carousel-control-next:active {
  color: darkgray;
}

.carousel-control-prev:visited,
.carousel-control-next:visited {
  color: darkgray;
}


.carousel-control-prev:focus,
.carousel-control-next:focus {
  color: darkgray;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;}


  .count-text{
  font-weight: 400;
  color: #000000
}

h4.timer.count-title.count-number.mt-3{
  font-weight: 500;
  color: #000000;
}

#bg1{
  color: #0c0909;
}

.main-header{
  font-weight: 900;
  color: #e10600;
  
}

.sub-header1{
  color: #0c0909;
  font-weight: 700;
  font-size: 18px !important;
}

.sub-header2{
  color: #0c0909;
  font-weight: 400;
  font-size: 16px !important;
}

#myCarousel{
  cursor: pointer;
}


/* split screen */
@media (min-width: 768px) {
  .h-md-100 {
    height: 50vh;
  }
}

.btn-round {
  border-radius: 30px;
}

.bg-indigo {
  background: #FEE2B9;
}

.text-cyan {
  color: #fff;
}

.loginarea {
  color: #333;
  font-weight: 500 !important;
}

.heading{
  font-weight: 700;
  color: #FFA000;
  line-height: 1.5rem;
}
.primary-color {
  color: #FFA000;
}
.ob-img {
  max-width: 10rem;
  margin: 1rem auto;
}

/* split screen */

/* .aboutwaf{
  font-size: 14px;
  color: #0c0909;
  font-weight: 400; 
} */

/* .contactinfo{
  color: #0c0909;
  line-height: 24px;
  font-weight: 500;
} */

.dlib{
  background-color: #ffffff;
}

.navbar{
  padding: 0rem 2rem;
}


#Services
 {
 margin:0;
  padding: 4em 0;
  background: #E7F5F4;
}

/* services animation */
.slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
/*services animation end  */


h4.featurette-subheading {
  font-size: 24px;
  font-weight: 700;
  color: #02ADD2;
  line-height: 36px;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23009587' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e") !important;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23009587' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e") !important;
}
.carousel-indicators li {
  background-color: #fd9701 !important;
}
.m-carousel-img {
  max-height: 26rem;
}
.bottom-right {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
}
.reg-des-block {
  height: 20rem;
}
#carouselTestimonials .carousel-item {
  height: auto !important;
}
.testimony-body {
  width: 80%;
  padding: 70px;
  background-color: #02add2;
  border-radius: 10px;
  font-size: 32px !important;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
}
.testimony-text p {
  font-size: 32px;
  line-height: 44px;
  height: 300px;
}
.testimony-body:after {
  content: url('../img/opinion-curve.svg');
  position: absolute;
  z-index: 1;
  left: -8%;
  bottom: 0;
  transform: translateY(4px);
}
.testimony-author {
  height: 200px;
  text-align: center;
  padding-top: 50px;
}
.testimony-author h6{
  color: #202020;
    font-weight: bold;
    font-size: 28px;
}