@import url('https://fonts.googleapis.com/css?family=Oswald|Raleway:300,400,500,600,700&display=swap" rel="stylesheet');
/*font-family: 'Oswald', sans-serif;*/
/*font-family: 'Raleway', sans-serif;*/

body {
  background: #fff;
  margin: 0;
  font: 14px "Raleway", sans-serif;
  color: #000;
  line-height: 24px;
  font-weight: 400;
}
hr {
  border-top-color: #cccccc;
}
a {
  text-decoration: none !important;
  color: #333;
}
a:hover {
  color: #000;
}
a,
.header,
.logo img,
.menu,
.btn,
.header.full,
.nav ul,
.row,
.header.full,
.thumb .card:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
h1,
h2 {
  color: #333;
  margin: 20px 0;
  padding: 0;
  font-weight: 400;
  text-transform: uppercase;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
.text-orange {
  color: #ff6600;
}
/*.line, .line1 {
	position:relative;
	width:100%;
	background:#d9d9d9;
	height:1px;
	border:0;
	margin:0 auto;
}
.line::after, .line1::after {
position:absolute;
height:3px;
width:24px;
background:#f79051;
content:'';
top:-1px;
left:0;
right:0;
margin:0 auto;
}*/
.line1 {
  height: 2px;
  background-color: #f79051;
  border: none;
  margin: 20px 0;
}
/*.line1 {
	margin:20px 0;
}
.line1::after {
margin:0;
}*/
.darkgrey-bg {
  background: #747474;
  color: #c9c9c9;
}
.grey-bg {
  background: #eee;
}
.header {
  width: 100%;
  z-index: 1040;
  position: fixed;
  height: auto;
  background: #fff;
  padding: 20px 0;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.3);
}
.header.full {
  background: #fff;
  padding: 10px 0;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.3);
}
.htop {
  margin-top: 0;
  margin-bottom: 15px;
}
.htop .btn {
  font-size: 12px;
  letter-spacing: normal;
  font-weight: 500;
}
.header.full .htop {
  margin-top: -53px;
}
.headerspace {
  height: 155px;
}
.logo img {
  max-width: 150px;
}
.header.full .logo img {
  max-width: 75px;
}
.header.full .menu li ul {
  border-top: 10px solid transparent;
}
.btn {
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  background: #f79051;
  padding: 10px 20px;
  color: #fff;
  border-radius: 0;
  border: 2px solid transparent;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.btn:hover {
  background: #333;
  color: #fff;
}
.btn i {
  margin-right: 6px;
  font-size: 16px;
  vertical-align: middle;
}
.btn-lg {
  padding: 20px 60px;
  margin: 20px 0;
  text-transform: none;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}
.line-btn {
  background: none;
  border: 2px solid #787978;
  color: #787978;
}
.line-btn:hover {
  background: #787978;
  border: 2px solid #787978;
  color: #fff;
}
.orange-bg {
  background: #f79051;
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.menu li {
  display: inline-block;
  margin: 0;
  line-height: 48px;
}
.menu li a {
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  color: #333;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 0 0 30px;
  padding: 0;
  font-weight: 400;
}
.menu li a:hover,
.menu li a.active {
  color: #f79051;
}
/*.banner {
	position:relative;
}
.banner img {
	width:100%;
}*/
.banner {
  position: relative;
  background: #0a0a0a;
}
.banner img {
  /*height: 400px;*/
  margin: 0 auto;
  display: block;
}
.caption {
  position: absolute;
  font-size: 48px;
  color: #fff;
  font-weight: 400;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  line-height: 55px;
}
.thumb .card-body {
  padding: 30px 20px;
}
.thumb .card {
  background: #fff;
  color: #333;
  border-radius: 0;
  border: 0;
  font-weight: 300;
  border: 3px solid #ccc;
}
.thumb .card i {
  color: #ccc;
  font-size: 60px;
}
.thumb .card:hover i {
  color: #fff;
}
.thumb .card .btn i {
  font-size: inherit;
}
.thumb .card .btn {
  background: none;
  color: #f79153;
}
.thumb .card .btn:hover {
  background: none;
}
.thumb .card h2 {
  color: #f69051;
}
.thumb .card:hover h2 {
  color: #fff;
}

.thumb .card:hover {
  background: #f79153;
  color: #fff;
  border-color: #f79153;
}
.thumb .card:hover .btn,
.thumb .card:hover .btn i {
  color: #fff;
}
.card.card-orange {
  border-color: #f79051;
}
.card.card-orange .card-header {
  background: #f79051;
  border-bottom-color: #f79051;
  color: #fff;
}
.card.card-grey {
  border-color: #747474;
}
.card.card-grey .card-header {
  background: #747474;
  border-bottom-color: #747474;
  color: #fff;
}

.card.card-orange .nav-link {
  border-bottom: 1px solid #f9f0eb;
  border-radius: 0;
  padding: 10px;
}
.card.card-orange .nav-link:hover,
.card.card-orange .nav-link.active {
  background: #fff9f5;
  color: #f79051;
}
.card.card-orange .nav-link:last-child {
  border-bottom: 0;
}

.footer {
  color: #999;
  font-size: 13px;
  background: #333;
  line-height: 30px;
  font-weight: 300;
}
.footer a {
  color: #a1a5a4;
  margin: 0 20px 0 0;
  font-size: 14px;
  font-weight: 300;
}
.footer a:hover {
  color: #f79153;
}
.lasticon i {
  color: #f79153;
  margin-right: 5px;
}
.expand-btn {
  display: none;
}
.social {
  margin: 0;
}
.social a {
  margin: 0 0 0 10px;
  color: #333;
  padding: 0;
  display: inline-block;
}
.social a:hover {
  color: #f79051;
}
.social i {
  font-size: 20px;
}
.f-social a {
  color: #fff;
}
.f-social i {
  font-size: 25px;
  margin: 0;
}
#snav {
  display: none;
}
#contactform input[type="text"],
textarea,
input[type="password"] {
  font-weight: 400;
  color: #333;
  width: 100%;
  line-height: 45px;
  padding: 0 15px;
  background: #fff;
  border: 1px solid #d0d0d0;
  outline: none;
  border-radius: none;
  margin-bottom: 15px;
}
.sm-btn {
  color: #fff;
}
.error {
  display: block;
  color: #ff0303;
  font-size: 13px;
  margin-left: 10px;
  text-transform: none;
  letter-spacing: normal;
}
textarea {
  height: 140px;
}
textarea:focus,
input:focus {
  outline: none;
}
.form-control {
  font-size: 14px;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #d0d0d0;
}
.btn.focus,
.btn:focus {
  box-shadow: none;
}
.es-field-wrap input {
  font-size: 14px;
  color: #000;
  height: 50px;
  border: none;
  padding: 5px 10px;
  width: 350px;
  margin-right: 10px;
}
.sm-btn {
  height: 50px;
  font-size: 18px;
  vertical-align: bottom;
  padding: 10px 30px;
  letter-spacing: 0;
}
.sm-btn:hover {
  background: #000;
}

.contactright {
  margin-right: 10px;
  color: #ff3300;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
}
@media (max-width: 1199.98px) {
  .menu li a {
    font-size: 14px;
    margin: 0 0 0 30px;
  }
  .thumb .card h2 {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  /*.headerspace {
height: 90px;
}*/
  .logo img {
    width: 300px;
  }
  .menu li a {
    font-size: 12px;
    margin: 0 0 0 6px;
  }
  .social a {
    margin: 0 10px 0 0;
  }
  .expand-btn {
    background: none;
    padding: 0;
    border: 0;
    font-size: 21px;
    vertical-align: middle;
    color: #000;
    display: inline-block !important;
    cursor: pointer;
  }
  #nav {
    display: none;
    background: #f78f4f;
    min-width: 220px;
    padding: 0;
    position: absolute;
    right: 16px;
    top: 57px;
  }
  .header.full #nav {
    top: 47px;
  }
  .menu ul {
    width: 100%;
    margin: 0;
  }
  .menu li {
    display: block;
    line-height: normal;
    padding: 0;
  }
  .menu li a {
    margin: 0;
    line-height: 40px;
    color: #fff;
    font-weight: 500;
    padding: 0 15px;
    display: block;
  }
  .menu li a:hover,
  .nav li a.active {
    color: #fff;
    background: #de7c40;
  }
  .logo img {
    width: 190px;
  }
  .header.full .menu li ul {
    border-top: 0;
  }
  .btn-lg {
    margin: 10px 0;
    padding: 14px 35px;
  }
  .thumb {
    display: block;
  }
  .thumb .card {
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
  h1 {
    font-size: 20px;
  }
  .htop {
    margin-bottom: 0;
  }
  .header.full .htop {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  #nav {
    top: 51px;
  }
  .header.full #nav {
    top: 41px;
  }
  /*.headerspace {
height:80px;
}*/
  .footer {
    line-height: 24px;
  }
  .footer a {
    margin: 0 10px;
  }
  .logo img {
    width: 190px;
  }
  .bigtext {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 575.98px) {
  .expand-btn {
    top: -50px;
  }
  .logo img {
    width: 150px;
  }
  .btn {
    font-size: 10px;
    padding: 8px 18px;
  }
  .nobg-btn {
    font-size: 14px;
    padding: 0;
  }
  .thumb .card h2 {
    font-size: 14px;
  }
  .footer a {
    font-size: 10px;
  }
}

.remove-fs {
  cursor: pointer;
}

.grid-list {
  border: blue;
  background-color: orange;
  display: grid;
}

.grid-list {
  float: none;
}
.grid-cell {
  float: left;
  padding: 3px;
  height: 30px;
}

.fa-trash {
  cursor: pointer;
}

.pedb td {
  padding: 0px !important;
}
.pedb .form-control, .pedb .form-control:focus {
  border: #fff;
  box-shadow: none;
}
