/*
Name : Digo - Elegant Mobile Template
Author : Ngetemplates

/* --------------------------------
Table of Contents
- General
- Navbar
- Side Nav
- Slider
- Service
- Recent Work
- Testimonial
- Why Choose Us
- Find Us
- Blog
- Blog single
- Shop
- Shop single
- Checkout
- Portfolio
- Team
- Pricing
- Error 404
- Footer   
-------------------------------- */

/* ------------------------------
  Import Google Web Font
---------------------------------*/


/* ------------------------------
  General
---------------------------------*/


body::-webkit-scrollbar {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  color: #333;
}

a {
  text-decoration: none;
  color: #333;
}

p {
  margin: 5px 0;
  line-height: 21px;
}

.section {
  padding: 40px 0;
}

.section h5 {
  font-weight: 600;
  margin: 0 0 6px 0;
  font-size: 17px;
  color: #D13500;
}

.pages {
  margin-top: 45px !important;
}

.pages-head {
  text-align: center;
  padding: 0 10px 20px 10px;
  text-transform: uppercase;
}

.pages-head h3 {
  font-size: 20px;
  font-weight: 500;
  color: #D13500;
}

.bg-second {
  background: #f6f6f6;
}

.bg-third {
  background: #D13500;
}

.bg-third .section-head h4 {
  color: #D13500;
}

.bg-third .section-head .underline {
  background: #fff;
}

.section-head {
  text-align: center;
  margin: 0 auto 25px auto;
}

.section-head h4 {
  margin-bottom: 5px;
  font-size: 19px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #D13500;
}

.section-head .underline {
  width: 30px;
  height: 2px;
  background: #FF8024;
  margin: 10px auto 0;
}

input:not([type]),
input[type='text'],
input[type='password'],
input[type='email'],
input[type='url'],
input[type='time'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='tel'],
input[type='number'],
input[type='search'] {
  background-color: transparent;
  border: none;
  border: 1px solid #999;
  border-radius: 0;
  outline: none;
  height: 2.5rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 20px 0;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.3s;
  padding: 10px;
}

textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border: 1px solid #999;
  border-radius: 0;
  outline: none;
  height: auto;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 20px 0;
  padding: 12px 0;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.3s;
  padding: 10px;
}

input:not([type]):focus:not([readonly]),
input[type='text']:focus:not([readonly]),
input[type='password']:focus:not([readonly]),
input[type='email']:focus:not([readonly]),
input[type='url']:focus:not([readonly]),
input[type='time']:focus:not([readonly]),
input[type='date']:focus:not([readonly]),
input[type='datetime']:focus:not([readonly]),
input[type='datetime-local']:focus:not([readonly]),
input[type='tel']:focus:not([readonly]),
input[type='number']:focus:not([readonly]),
input[type='search']:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border: 1px solid #999;
  box-shadow: none;
}

::-webkit-input-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}

/* ------------------------------
  Button
---------------------------------*/
.button-default {
  background: #FF8024;
  color: #ffffff;
  box-shadow: none;
  margin: 20px 0 10px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #FF8024;
  padding: 5px 12px 5px;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
}

.button-fullwidth {
  width: 100%;
  text-align: center;
}

.button-default a {
  color: #ffffff;
}

.button-default:hover {
  background: #FF8024;
  opacity: 0.9;
  box-shadow: none;
}

.who-we-are .button-default {
  margin-top: 30px;
  background: #fff;
  color: #D13500;
}

/* ------------------------------
  Navbar
---------------------------------*/
.navbar-top {
  background: #D13500;
  width: 100%;
  height: 60px;
  padding: 6px 18px;
  border-bottom: 1px solid #D13500;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  position: fixed;
  z-index: 99;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0);
}

.site-brand {
  text-align: center;
  display: inline-block;
}

.site-brand a h1 {
  font-size: 22px;
  font-weight: 700;
  line-height: 48px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
}

.site-brand a h1 span {
  color: #D13500;
}

/* ------------------------------
  Sidenav
---------------------------------*/
.side-nav {
  width: 4.5rem;
}

.side-nav a {
  font-size: 0.4rem;
  /* height: 1rem; */
  padding: 0 0.3rem;
}

.side-nav li.active {
  background: #D13500;
}

.side-nav-panel-left {
  float: left;
  font-size: 28px;
}

.side-nav-panel-right {
  float: right;
  font-size: 28px;
}

.side-nav-left {
  font-size: 28px;
  color: #313131;
}

.side-nav-left i,
.side-nav-right i {
  font-size: 20px;
  color: #fff;
}

.side-nav-panel {
  text-align: left;
  background: #D13500;
}

.side-nav-panel .profil {
  background-size: cover;
  padding: 40px 0 15px 18px;
  border-top: 0;
}

.side-nav-panel .profil img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.side-nav-panel .profil h2 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 5px;
  cursor: default;
}

.side-nav-panel .profil h6 {
  color: #fff;
  font-size: 15px;
}

.side-nav-panel li a {
  color: #fff;
  font-weight: normal;
}

.side-nav-panel li {
  font-weight: 700;
}

.side-nav-panel li:last-child {
  border-bottom: 0px solid #f5f5f5;
}

.side-nav-panel .li-top {
  padding-top: 10px;
}

/* .side-nav-panel li a:hover {
  background: transparent;
} */

.side-nav-panel li a i {
  margin: 0 16px 0 0;
  font-size: 18px;
  color: #fff;
  line-height: 45px;
}

.collapsible {
  border: 0;
  background: #D13500;
}

.side-nav .collapsible-body ul li a {
  font-weight: normal;
  color: #fff;
  text-indent: 1rem;
  /* margin-left: 28px; */
  font-size: 0.38rem;
  line-height: 43px;
}

.side-nav .collapsible-header {
  padding: 0;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
}

.side-nav .collapsible-header > i {
  margin-right: 25px;
}

.side-nav .collapsible-header.active {
}

.side-nav .collapsible-header:hover {
  /* background: transparent; */
}

.side-nav .collapsible-header.active {
  background: #D13500;
}

.collapsible-header i {
  width: auto;
  font-size: 18px;
  color: #fff;
  margin-left: 17px;
}

.collapsible-header span i {
  float: right;
  color: #fff;
  font-size: 14px;
}

/* ------------------------------
  Slider
---------------------------------*/
.slider {
  margin-top: 58px;
  height: 300px !important;
}

.slider .slides {
  height: 300px !important;
}

.slider-content {
  margin: 10px auto;
  top: 30% !important;
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  position: relative;
  flex-shrink: 0;
}

.slider .slides li img {
  width: 100%;
  height: 100%;
}

.slider .slides li::before {
  background-color: #FF8024;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* .slider-content h2 {
  margin-bottom: 8px;
  letter-spacing: 1px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
} */

.slider-content h4 {
  font-size: 14px;
  color: #ffffff;
}

.slider-content .button-default {
  margin: 20px 0;
  padding-top: 4px;
  padding-bottom: 4px;
}

.slider .indicators {
  position: relative;
  bottom: 50px;
  z-index: 95;
  padding: 0 12px;
  text-align: center;
}

.slider .indicators .indicator-item {
  z-index: 1000;
  height: 10px;
  width: 10px;
  background: #FF8024;
  margin: 0 8px;
}

.slider .indicators .indicator-item.active {
  background: #FF8024;
}
