/*--
    Common Css
--*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

a:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-family: 'Inter', sans-serif;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 24px;
  font-weight: 500;
}

h3 {
  font-size: 20px;
  font-weight: 600;
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0px;
  font-family: 'Inter', sans-serif;
}

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

a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
  font-size: 15px;
}

.section {
  padding: 100px 0;
}

.d-inline-block {
  display: inline-block;
}

/*============== Mixins style start ================*/
.overlay-effect {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}

/*--
    custom heading Start
--*/
.heading {
  text-align: center;
  font-weight: 500;
  color: #2E2E2E;
  padding: 40px 0px;
  position: relative;
}

.heading span {
  font-size: 45px;
  color: #ff530a;
  font-weight: 600;
}

.heading:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 140px;
  height: 1px;
  background: #C8C1B3;
  margin-left: -70px;
}

/*--
    custom heading Start
--*/
.title {
  color: #2E2E2E;
  text-transform: uppercase;
  padding: 30px 0px;
}

.title span {
  color: #FF5333;
}

.before-border {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 140px;
  height: 1px;
  background: #C8C1B3;
  margin-left: -70px;
}

/*--
    transition custom style
--*/
.transition {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

/*============== Mixins style close ================*/
/*--
    header-img start Start
--*/
.overlay {
  position: relative;
}

.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}

/*--
    hero-area Start
--*/
#hero-area {
  text-align: center;
}

#hero-area img {
  max-height: 350px;
  width: auto;
  margin: 0 auto;
  display: block;
}

/*--
    nav Start
--*/
.navigation {
  position: sticky;
  top: 85px;
}

nav {
  z-index: 9;
  width: 100%;
}

nav .block {
  margin-top: -85px;
  background: #fff;
  padding: 25px 40px;
  background: rgba(255, 255, 255, 0.89);
}

nav .block .navbar-default {
  border: none;
  border-radius: 0px;
  margin-bottom: 0;
  background: none;
}

nav .block .navbar-default .navbar-brand {
  padding-left: 0px;
}

nav .block .navbar-default .navbar-nav {
  padding-top: 10px;
}

nav .block .navbar-default .navbar-nav>li>a {
  color: #2E2E2E;
  padding: 10px 0px;
  margin: 0px 15px;
  font-size: 15px;
  text-transform: uppercase;
}

nav .block .navbar-default .navbar-nav>li>a:before {
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width: 0;
}

nav .block .navbar-default .navbar-nav>li>a:hover:before {
  background-color: #e94c3d;
  content: "";
  width: 100%;
}

nav .block .navbar-default .navbar-nav>li.current>a {
  color: #2E2E2E;
  padding: 10px 0px;
  margin: 0px 15px;
}

nav .block .navbar-default .navbar-nav>li.current>a:before {
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width: 100%;
  background-color: #e94c3d;
}

nav .block .navbar-default .navbar-nav>.active>a,
nav .block .navbar-default .navbar-nav>.active>a:focus,
nav .block .navbar-default .navbar-nav>.active>a:hover {
  background: none;
}

nav .block .navbar-default .navbar-nav>.active>a:before,
nav .block .navbar-default .navbar-nav>.active>a:focus:before,
nav .block .navbar-default .navbar-nav>.active>a:hover:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #FF5333;
}

/*--
    slider Start
--*/
/*--
    about-us Start
--*/
#about-us {
  padding: 100px 0px;
  background: #F6F6F6;
}

#about-us .block {
  text-align: center;
}

#about-us .block p {
  color: #959595;
  font-size: 15px;
  line-height: 28px;
  padding: 40px 0px;
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
  white-space: pre-line;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}







/*--
    oferta Start
--*/
#oferta {
  padding: 70px 0px;
}

#oferta .block {
  text-align: center;
}

.services-list {
  display: inline-block;
  text-align: left;
  max-width: 500px;
  margin: 30px auto 0;
  padding: 0;
}

.services-list li {
  padding: 14px 0;
  font-size: 17px;
  color: #2E2E2E;
  border-bottom: 1px solid #E9E9E9;
  position: relative;
  padding-left: 24px;
}

.services-list li:last-child {
  border-bottom: none;
}

.services-list li::before {
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  color: #FF5333;
}

/*--
    contact-us Start
--*/
#contact-us {
  padding: 70px 0px;
  background: #f9f9f9;
}

#contact-us .block {
  text-align: center;
}

#contact-us .block .title {
  padding: 20px 0;
}

.contact-info {
  display: inline-block;
  text-align: left;
  max-width: 550px;
  margin: 20px auto 0;
}

.contact-item {
  padding: 14px 0;
  font-size: 17px;
  color: #2E2E2E;
  border-bottom: 1px solid #E9E9E9;
}

.contact-item:last-child {
  border-bottom: none;
}

.contact-item i {
  color: #FF5333;
  width: 28px;
  text-align: center;
  margin-right: 10px;
  font-size: 18px;
}

/* slider */

#slider {
  padding-bottom: 50px;
}

.slick-slide {
  outline: 0;
}

.slick-dots {
  text-align: center;
  margin-top: 20px;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 5px;
  transition: .2s ease;
  border: 0;
  color: transparent;
  padding: 0;
  background: #DADADA;
}

.slick-dots li button:focus {
  outline: 0;
}

.slick-dots li.slick-active button {
  background: #FF4F02;
}

.gallery-slider .slick-arrow {
  border: 0;
  background: transparent;
  font-size: 30px;
  position: absolute;
  top: -65px;
  right: 0;
}

.gallery-slider .slick-arrow:focus {
  outline: 0;
}

.gallery-slider .prevArrow {
  display: none !important;
}

.gallery-slider img {
  padding: 20px;
}

.pagination {
  text-align: center;
  display: block;
  margin-top: 20px;
}

.pagination>li {
  display: inline-block;
}

.pagination .page-item .page-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 0;
  border: 1px solid #d1d1d1;
  text-align: center;
  margin-right: 6px;
  font-weight: 700;
  color: #FF4F02
}

.pagination .page-item .page-link:hover {
  background: #FF4F02;
  color: #fff
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  border-radius: 0;
}

.pagination .page-item.active .page-link {
  background: #FF4F02;
  color: #fff;
  border-color: #FF4F02
}

.btn-default {
  background: #FF4F02;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0px;
  border: 0px;
  padding: 10px 25px;
}