/*--------------------------- Color variations ----------------------*/
/*--------------------------- Fonts ----------------------*/
@import url("https://fonts.googleapis.com/css?family=Poppins:500,700|Roboto:400,500");
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* Section Gaps css
============================================================================================ */


.section_gap {
  padding: 100px 0; 
  
}
  @media (max-width: 991px) {
    .section_gap {
      padding: 80px 0; } }


h6 {
  font-family: "Poppins", sans-serif;
  color: #222222;
  font-weight: 500;
  line-height: 1.2 !important; }


/* start features area css
============================================================================================ */

.features-area .col-lg-3:last-child .single-features {
  border-right: 0; }

  @media (max-width: 575px) {
    .features-area .col-lg-3:last-child .single-features {
      margin-top: 30px; } }

.features-area .col-lg-3:nth-child(3) .single-features,
.features-area .col-lg-3:nth-child(4) .single-features {
  margin-bottom: 0; }

.features-inner {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
/*  background-color: #0066B3;*/
  padding: 40px 0; }

.single-features {
  text-align: center;
  border-right: 1px solid #eeeeee; }


.single-features .f-icon {
    margin-bottom: 20px; }


.single-features h6 {
    font-size: 16px;
    margin-bottom: 0; }

.single-features:hover .f-icon img {
    opacity: .5; }


/*# sourceMappingURL=main.css.map */
