/* Extra large devices (large desktops, 1200px and up) */
/* Large devices (desktops, 992px and up) */
/* Medium devices (tablets, 768px and up) */
/* Small devices (landscape phones, 576px and up) */
/* Extra small devices (portrait phones, less than 768px) */
 

 
 
input:focus {
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  outline: 0;
  color: #696e78;
  line-height: 28px;
  transition: all ease 0.4s;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

a:active,
a:focus,
a:hover {
  color: #fa8507;
}

button {
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

 
h4 a,
 
p a,
span a {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

 
h4 {
  font-family: "Roboto", sans-serif;
  line-height: 28px;
  color: #01133c;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: capitalize;
  letter-spacing: 0.2px;
}


h4 {
  font-size: 22px;
}

  

/*------------------- Grid -------------------*/
@media only screen and (min-width: 1250px) {
  .container {
    max-width: 1250px;
  }
}

.row.gutters-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.row.gutters-40 > [class^="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 575px) {
  .row.gutters-40 {
    margin-left: 0;
    margin-right: 0;
  }
  .row.gutters-40 > [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

 
 


 
span.label {
  display: inline-block;
  position: absolute;
  top: -5px;
  right: -3px;
  background: #ff2a00;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: #ffffff;
  border-radius: 10px;
  padding: 4px 10px;
  z-index: 3;
}


.demo-thumb {
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.2);
  transition: .3s;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.demo-thumb span:not(.label) {
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: absolute;
  bottom: -5%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  padding: 15px 0px;
  background: #fa8507;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.demo-thumb:hover span:not(.label) {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.demo-title {
  text-align: center;
  padding-top: 20px;
}

@media only screen and (max-width: 768px) {
  .demo-title {
    font-size: 18px;
    padding-top: 0;
    margin-bottom: 0;
  }
}

.filter-menu {
  text-align: center;
  margin-bottom: 80px;
  margin-top: 30px;
}

@media only screen and (max-width: 992px) {
  .filter-menu {
    margin-bottom: 30px;
    margin-top: 0;
  }
}

.filter-menu button {
  background: rgba(240, 8, 8, 0.05);
  padding: 12px 30px;
  font-size: 15px;
  color: #222222;
  border-radius: 45px;
  margin: 0 2px 7px;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  font-weight: 600;
  transition: all 0.5s ease-out;
  border: none;
}

.filter-menu button.active {
  background-color: #fa8507;
  color: #ffffff;
}

.filter-menu li {
  display: inline-block;
}

.filter-menu button span.label {
  padding: 3px 6px;
  font-size: 11px;
}

.features-area-wrap .features-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 50%;
}

.features-area-wrap img {
  width: 100%;
}

.features-area-wrap p {
  margin-bottom: 0;
}

.features-area-wrap .single-features {
  background-color: #fff;
  padding: 60px 40px;
  min-height: 375px;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

/* Small devices */
@media (max-width: 768px) {
  .features-area-wrap .single-features {
    padding: 30px 20px;
    min-height: auto;
  }
}

.text-primary {
  color: #fa8507 !important;
}

.text-primary2 {
  color: #fa8507;
}

.text-primary3 {
  color: black;
}

.bg-primary {
  background-color: #fa8507 !important;
}

.bg-primary2 {
  background-color: #fa8507;
}

.bg-primary3 {
  background-color: black;
}


 