body{

}
hr{
  border: 0.5px solid #c2c2c2;
  width: 50%;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 25%;
}
.row{
  margin: 0;
}
.navbar-logo{
  margin-left: 20px;
  width: 40px;
  height: 30px;
}
.navbar{
  background-color: #070d59;
}
.navbar-nav{
  margin-left: auto;
}
.nav-link{
  font-family: 'Montserrat', sans-serif;
}
.dropdown-item{
  font-family: 'Montserrat', sans-serif;
}
.btn{
  font-family: 'Montserrat', sans-serif;
  box-shadow: 1.5px 1.5px 2px black;
}
.hero-main-heading{
  color: white;
  display: inline-block;
  padding: 10px 0 10px 20px;
  font-family: 'Bodoni Moda', serif;
  font-size: 4em;

}
.carousel-caption{
  text-align: center;
}
.carousel-item-name{
  color:  #1F3C88;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;



}
.hero-sub-heading{
  color: white;
  padding: 0 0 10px 20px;
  font-family: 'Open Sans', sans-serif;


}
.hero-text{
  color: #f6f5f5;
  padding: 20px 10px 10px 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.25em;
}
.our-products-button{
  background-color: white;
  border-radius: 50px;
  border-width: 0;
  margin: 10px 10px 10px 20px;

}
.our-products-button:hover{
  background-color: #EE6F57;

}
.contact-us-button{
  background-color: #EE6F57;
  color: white;
  border-radius: 50px;
  border-width: 0;
  margin: 10px 10px 10px 20px;
}
.carousel-image{
  width: 750px;
}
.carousel-item{
  text-align: center;
}
.carousel-buttons{
  background-color: #EE6F57;
  border-radius: 50px;
  border-width: 0;
  margin-bottom: 30px;
}
#hero-section{
  background-color: #070d59;
  background-image: linear-gradient(to right,#070d59 , #1F3C88);
  height: 100%;
  padding-top: 120px;
  padding-bottom: 50px;
}
.carousel-indicators li {
  background-color: #070d59;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin: 5px;
  margin-top: auto;
}
.carousel-indicators .active {
  background-color: #EE6F57;
}
.carousel-arrows{
  color:white;
  font-size: 2em;
  background-color: #1F3C88;
  border-radius: 50%;
}
.section-headings{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 3em;
}
.about-us-info{
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4em;

}
.about-us-text{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    padding-top: 50px;
}
#about-us{
  padding: 20px 100px 20px 100px;
}
#about-us h3{
  padding-bottom: 20px;
}
.info-columns{
  text-align: center;
}
.about-us-icons{
  font-size: 2em;
  color:#EE6F57;
  padding: 10px;
}
.client-logo{
  width: 70%;
  height: auto;
}
#our-clients-section{
  /* padding: 50px 0 50px 0; */
}
.our-clients-heading{
  font-family: 'Montserrat', sans-serif;
  padding: 50px 0 50px 0;
  font-size: 2em;
}
.section-headings-div{
  text-align: center;
}
.see-more-button-div{
  text-align: center;
}
.see-more-buttons{
  /* margin-left: 46%; */
  margin-top: 50px;
  background-color: #EE6F57;
  color: white;
  border-radius: 50px;
  border-width: 0;

}
.product-headings-div{
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.product-headings{
  font-family: 'Open Sans', sans-serif;
  font-size: 2em;
  font-weight: bold;
}
.product-card-buttons{
  /* background-color: white;
  border-radius: 50px; */

  background-color: #070d59;
  color: white;
  border-radius: 50px;
  border-width: 0;

}
.product-card-buttons:hover{
  background-color:#EE6F57;
  border-width: 0;
}
.col-md-6{
  margin: 20px 0 20px 0;
}

/* footer styles */
#footer{
  background-color: #070d59;
  height: auto;
  margin-top: 100px;
  padding: 50px 0 50px 0;
  font-family: 'Montserrat', sans-serif;

}
.footer-links{
  text-decoration: none;
  color: white;
  margin: 20px 0 10px 0;
  font-family: 'Montserrat', sans-serif;
  display: block;
  width: inherit;
}
.footer-links1{
  text-decoration: none;
  color: white;
  margin: 30px 0 30px 0;
  font-family: 'Montserrat', sans-serif;
  display: inline;
  width: inherit;
}
.footer-links:hover{
  color: #EE6F57;
}
.footer-links1:hover{
  color: #EE6F57;
}
.footer-contact-links{
  color:white;
  padding-top:10px;
}
.footer-headings{
  color: white;
  padding: 10px 0 10px 0;
  font-size: 1.5em;

}
.footer-icons{
  font-size: 1.8em;
  padding: 0 10px 0 10px;
}
.footer-column-2{
  padding-left: 90px;
  padding-right: 0;
}
.footer-column-3{
  padding-left: 0;
}
.copyright-div{
  text-align: center;
  padding-top: 80px;
}
.copyright{
  color: white;
  font-size: 0.9em;
}
.credits{
  color:#f6f5f5;
  font-size: 0.7em;
}
@media screen and (max-width: 1400px) {

  .carousel-image{
    width: 600px;
  }
}
@media screen and (max-width: 650px) {

  .carousel-image{
    width: 500px;
  }
}
  @media screen and (max-width: 425px) {

    .carousel-image{
      width: 300px;
    }



}


@media screen and (max-width: 990px) {
    #about-us{
      padding: 0 35px 100px 35px;
    }
    .carousel-div{
      /* padding: 50px 0 50px 0; */
      margin-top: 50px;

    }
    #hero-hr{
      /* margin-top: 300px; */
    }
    .nav-link{
      margin-left: 20px;
      font-size: 1.1em;
    }
    .section-headings{
      font-size: 2.2em;
    }
    .about-us-info{
      font-size: 1.3em;
    }
    .product-headings{
      font-size: 1.5em;
    }
    .footer-column-1{
      padding-left: 20px;
    }
    .footer-column-2{
      padding-left: 20px;
    }
    .footer-column-3{
      padding-left: 20px;
    }
    .client-logo{
      padding: 10px 0 10px 0;
      width: 50%;
      height: 90%;
    }
    .client-logo-div{
      text-align: center;
    }
  }
