/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 25px;
  color: #4a4a4a;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: "Roboto", sans-serif;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

::selection {
  background: #f2cd5e;
  color: #fff;
}

::-moz-selection {
  background: #f2cd5e;
  color: #fff;
}

@media (max-width: 991px) {
  html,
  body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

a.main-button-slider {
  font-size: 15px;
  border-radius: 20px;
  border: 2px solid #f2cd5e;
  padding: 12px 20px;
  background-color: transparent;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
  background-color: #f2cd5e;
}

a.main-button {
  font-size: 15px;
  border-radius: 20px;
  border: 2px solid #05440c;
  padding: 12px 20px;
  background-color: transparent;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button:hover {
  background-color: #05440c;
  color: #fff;
}

button.main-button {
  font-size: 15px;
  border-radius: 20px;
  border: 2px solid #05440c;
  padding: 12px 20px;
  background-color: transparent;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button:hover {
  background-color: #05440c;
  color: #fff;
}

button.main-button2 {
  /*outline: none;
  border: none;
  cursor: pointer;*/
  font-size: 12px;
  border-radius: 20px;
  border: 2px solid #05440c;
  padding: 5px 20px;
  background-color: transparent;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button2:hover {
  background-color: #05440c;
  color: #fff;
}

.section-heading h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 300;
  color: #232323;
  margin-bottom: 20px;
}

.section-heading p {
  font-size: 17px;
  color: #777;
  text-align: center;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-color: #fff;
  height: 80px !important;
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #fff !important;
}

.background-header .main-nav .nav > li:hover > a {
  color: #f2cd5e !important;
}

.background-header .main-nav .nav > li > ul > li:hover > a {
  color: #f2cd5e !important;
}

.background-header .nav li a.active {
  color: #f2cd5e !important;
}

.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 80px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
 /* line-height: 80px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px; */
  margin-top: 10px;
  float: left;
  /*-webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;*/
}

.header-area .main-nav .logo2 {
  margin-top: 5px;
  float: right;
}


.header-area .main-nav .nav {
  float: left;
  margin-top: 27px;
  margin-left: 10px;
  margin-right: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 10px;
  padding-right: 10px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a {
  color: #f2cd5e;
}



.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  color: #fff;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

.header-area.header-sticky {
  min-height: 80px;
  background-image: url(../images/header-img.jpg);
  background-size: cover;
  
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a.active {
  color: #f2cd5e;
}


@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
    .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: left;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .logo2 {
    float: left;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 80px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #fff !important;
    color: #05440c !important;
    text-align: center;
    font-weight: 700;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
  }
  .header-area .main-nav .nav > li > a:hover,
  .header-area .main-nav .nav .submenu > ul > li > a:hover {
    color: #f2cd5e;
  }
  
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

@media (max-width: 750px) {
  .header-area .main-nav .logo2 {
    display: none;
  }
}

/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
#welcome {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/bg_s.png);
  background-repeat: no-repeat;
/*
TRY IT ... with or without CENTER CENTER
  background-position: center center; 
*/
  background-size: cover;
  width: 100%;
  height: 110vh;
  margin-top: -10vh;
}

.welcome-area .header-text {
  position: absolute;
  top: 55%;
  transform: translateY(-37%);
  text-align: left;
  width: 100%;
}

.welcome-area .header-text .left-text {
  align-self: center;
}

.welcome-area .header-text h1 {
  font-weight: 700;
  font-size: 42px;
  line-height: 40px;
  letter-spacing: 1.4px;
  margin-bottom: 30px;
  color: #05440c;
  text-align: center;
  
}

.welcome-area .header-text p {
  font-weight: 700;
  font-size: 22px;
  color: #05440c;
  line-height: 30px;
  letter-spacing: 0.25px;
  margin-bottom: 40px;
  position: relative;
}

@media (max-width: 991px) {
  .welcome-area .header-text {
    top: 55% !important;
    transform: perspective(1px) translateY(-60%) !important;
  }
  .welcome-area .header-text h1 {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 15px;
  }
  .welcome-area .header-text h1 span {
    color: #fff;
  }
  .welcome-area .header-text p {
    color: #fff;
    margin-bottom: 10px;
  }
}

@media (max-width: 820px) {
  .welcome-area .header-text {
    top: 68% !important;
    transform: perspective(1px) translateY(-60%) !important;
  }
  .welcome-area .header-text h1 {
    font-weight: 700;
    color: #05440c;
    font-size: 24px !important;
    line-height: 30px !important;
    margin-bottom: 20px !important;
  }
  .welcome-area .header-text p {
    text-align: center;
    color: #05440c;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
  }
  .welcome-area .header-text img {
    width: 65%;
   
  }
}


@media screen and (max-width: 770px) {
  .welcome-area  {
    padding: 20px 0px 40px 0px;
    height: 100%;
    margin-bottom: 0px;
  }
  .welcome-area .header-text {
    top: 58% !important;
    transform: perspective(1px) translateY(-50%) !important;
    text-align: center;
  }
  .welcome-area .header-text .buttons {
    display: none;
  }
  .welcome-area .header-text h1 {
    font-weight: 600;
    color: #05440c;
    font-size: 24px !important;
    line-height: 30px !important;
    margin-bottom: 20px !important;

  }
  .welcome-area .header-text h1 span {
    color: #05440c;
  }
  .welcome-area .header-text p {
    text-align: center;
    color: #05440c;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
  }
  .welcome-area .header-text img {
    width: 65%;
    margin-top: 20px;
  }
}

@media (max-width: 670px) {
  .welcome-area  {
    padding: 20px 0px 40px 0px;
    height: 100%;
    margin-bottom: 0px;
  }
  .welcome-area .header-text {
    top: 62% !important;
    transform: perspective(1px) translateY(-50%) !important;
    text-align: center;
  }
  .welcome-area .header-text .buttons {
    display: none;
  }
  .welcome-area .header-text h1 {
    font-weight: 600;
    color: #05440c;
    font-size: 24px !important;
    line-height: 25px !important;
    margin-bottom: 20px !important;

  }
  .welcome-area .header-text h1 span {
    color: #05440c;
  }
  .welcome-area .header-text p {
    text-align: center;
    color: #05440c;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
  }
  .welcome-area .header-text img {
    width: 85%;
  }
}

@media screen and (max-width: 500px) {
  .welcome-area  {
    padding: 20px 0px 40px 0px;
    height: 100%;
    margin-bottom: 0px;
  }
  .welcome-area .header-text {
    top: 58% !important;
    transform: perspective(1px) translateY(-50%) !important;
    text-align: center;
  }
  .welcome-area .header-text .buttons {
    display: none;
  }
  .welcome-area .header-text h1 {
    font-weight: 600;
    color: #05440c;
    font-size: 24px !important;
    line-height: 30px !important;
    margin-bottom: 20px !important;

  }
  .welcome-area .header-text h1 span {
    color: #05440c;
  }
  .welcome-area .header-text p {
    text-align: center;
    color: #05440c;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
  }
  .welcome-area .header-text img {
    width: 65%;
    margin-top: 20px;
  }
}

/*
---------------------------------------------
about
---------------------------------------------
*/
#about2 {
  padding: 40px 0px;
  position: relative;
  display: flex;
  align-items: right;
  justify-content: right;
  background-image: url(../images/bg_s2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 85vh;
}

#about2 .right-image {
  align-self: center;
}

#about2 h5 {
  font-size: 36px;
  font-weight: 700;
  color: #05440c;
  line-height: 40px;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

#about2 p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.5px;
}

#about2 ul li img {
  display: inline;
  float: left;
}

#about2 ul li .text p{
  margin-left: 0px;
  text-align: left;
  color: #05440c;
  font-weight: 400;
}

#about2 ul li .text h6 {
  padding-top: 12px;
  font-size: 28px;
  font-weight: 700;
  color: #252525;
  margin-bottom: 20px;
}

#about2 .img-up img{
  margin-top: -30px;
}

@media (max-width: 1920px) {
  #about2 {
    padding: 20px 0px 40px 0px;
    height: 100%;
  }
  #about2 p {
    text-align: justify;
    
  }
}

#callus {
  padding: 100px 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/bg-s3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
}

#callus h1 {
  font-size: 48px;
  font-weight: 700;
  color: #252525;
  line-height: 40px;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

@media (max-width: 770px) {
  #callus {
    padding: 20px 0px 40px 0px;
    height: 100%;
    align-items: left;
    justify-content: left;
      
  }
  #callus h1 {
    font-size: 30px;
    color: #fff;
    text-shadow: 2px 2px 3px black;
    text-align: center;
  }
}

#price-list {
  padding: 98px 0px;
  position: relative;
  display: flex;
  align-items: right;
  justify-content: right;
  background-image: url(../images/bg-s4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 90vh;
}

#price-list h2 {
  margin: 0;
  color: #252525;
  font-size: 36px;
  font-weight: 700;
}

#price-list th {
  padding: 0px 5px;
  height: 58px;
  border: 1px solid #bababa;
  background-color: #f2cd5e;
}

#price-list td {
  padding: 0px 5px;
  height: 58px;
  border: 1px solid #bababa;
  background-color: #fff;
}

#price-list img {
  margin-top: -30px;
}

#price-list .price-down{
  margin-top: 50px;
}

@media (max-width: 1920px) {
  #price-list {
    padding: 20px 0px 40px 0px;
    height: 100%;
      
  }
  
}

#about3 {
  padding: 98px 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90vh;
}

#about3 p {
  margin: 0;
  color: #252525;
  font-size: 24px;
  font-weight: 400;
  text-align: justify;
}

#about3 span {
  font-size: 14px;
  font-weight: 400;
}

#about3 table {
  width: 100%;
}

#about3 th {
  padding: 0px 5px;
  border: 1px solid #bababa;
  background-color: #f2cd5e;
}

#about3 td {
  padding: 0px 5px;
  height: 58px;
  border: 1px solid #bababa;
  background-color: #fff;
}

#about3 .price-down{
  margin-top: 50px;
}

#about3 img {
  position: absolute;
  width: 683px;
  height: 822px;
  margin-top: -5%;
  margin-left: 50%;
}

@media (max-width: 1920px) {
  #about3 {
    padding: 20px 0px 40px 0px;
    height: 100%;
      
  }
  #about3 p {
    font-size: 16px;
    text-align: justify;
  }
  #about3 img {
    visibility: hidden;
  }
}

/*  owl */


.owl-carousel .owl-dots {
  margin-top: 0px;
  text-align: center;
  align-self: center;
}

.owl-carousel button.owl-dot span {
  border-radius: 50%;
  background-color: #05440c;
  width: 5px;
  height: 5px;
  display: inline-block;
  margin: 0px 5px;
}

.owl-carousel button.active span {
  width: 8px;
  height: 8px;
  padding-top: 1.5px;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-nav button.owl-next span {
  top: 42%;
  border-radius: 50%;
  font-size: 52px;
  color: #fff;
  right: 10px;
  width: 60px;
  height: 60px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background-color: rgba(5,68,12, 0.8);
  position: absolute;
}

.owl-carousel .owl-nav button.owl-prev span {
  top: 42%;
  border-radius: 50%;
  font-size: 52px;
  color: #fff;
  left: 10px;
  width: 60px;
  height: 60px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background-color: rgba(5,68,12, 0.8);
  position: absolute;
}

@media screen and (max-width: 1320px) {
  .owl-carousel .owl-nav {
    display: none !important;
  }
}

/*
---------------------------------------------
contact
--------------------------------------------- 
*/

#contact-info .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  overflow-x: hidden;
}

#contact-info .col-lg-6 {
  padding-left: 0px;
  padding-right: 0px;
}

#contact-us h5 {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  line-height: 26px;
}

.contact-text {
  width: 350px;
  height: 230px;
  padding-top: 40px;
}

.contact-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #000;
}

.contact-info {
  width: 100%;
  height: 400px;
  background-image: url(../images/bg-cont.jpg);
  background-size: cover;
  background-position: center;
}

.contact-info p{
  margin-left: 30px;
  color: #000;
}

.contact-t {
  width: 100%;
}


@media (max-width: 765px) {
  .contact-form {
    padding: 60px;
    margin-top: -7px;
  }
  .contact-text p {
  color: #000;
  text-shadow: 2px 2px 3px #fff;
  }
  .contact-info p{
  color: #000;
  text-shadow: 2px 2px 3px #fff;
  }
  .contact-t {
  width: 60%;
  }
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  background-image: url(../images/header-img.jpg);
  background-size: cover;
  text-align: center;
}

footer img {
  max-width: 100%;
  text-align: center;
  padding: 10px 0px;
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  background-image: linear-gradient(145deg, #05c000 0%, #05440c 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* 
---------------------------------------------
button top
--------------------------------------------- 
*/

#button-top {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  margin: 30px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s;
  z-index: 1000;
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
}
#button-top:hover {
  cursor: pointer;
  background-color: #333;
}
#button-top:active {
  background-color: #555;
}
#button-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button-top.show {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  #button-top {
    bottom: 0;
    right: 0;
  }
}