
body {
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 400;
    color: #7a7a7a;
    line-height: 30px;
}
a {
    text-decoration: none!important;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0px;
}

.main-button a {
    display: inline-block;
    background-color: #f48840;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 12px 20px;
    text-transform: uppercase;
    transition: all .3s;
}

.main-button a:hover {
    background-color: #fb9857;
}

.heading-page {
    padding-top: 110px;
}

.page-heading {
    margin: 0px 10px;
    padding: 120px 0px;
    text-align: left;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/heading-bg.jpg);
}

.page-heading .text-content h4 {
    color: #f48840;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.page-heading .text-content h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#preloader {
  overflow: hidden;
  background: #f48840;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  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;
  }
}


/* Header Style */
header {
position: top;
z-index: 99999;
width: 100%;
height: 100px;
background-color: #f7f7f7;
-webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
header .navbar {
padding: 25px 0px;
}
.background-header .navbar {
padding: 17px 0px;
}
.background-header {
top: 0;
height: 80px;
position: fixed;
box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.background-header .navbar-brand h2 {
color: #121212!important;
}
.background-header .navbar-nav a.nav-link {
color: #1e1e1e!important;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
color: #f48840!important;
}
.navbar .navbar-brand {
float: 	left;
margin-top: -12px;
outline: none;
}
.navbar .navbar-brand h2 {
color: #1e1e1e;
text-transform: uppercase;
font-size: 24px;
font-weight: 900;
-webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.navbar .navbar-brand h2 em {
font-size: 44px;
font-style: normal;
color: #f48840;
}
#navbarResponsive {
z-index: 999;
}
.navbar-collapse {
text-align: center;
}
.navbar .navbar-nav .nav-item {
margin: 0px 15px;
}
.navbar .navbar-nav a.nav-link {
text-transform: capitalize;
font-size: 15px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 0.5px;
color: #1e1e1e;
transition: all 0.3s;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
color: #f48840;
}
.navbar .navbar-toggler-icon {
background-image: none;
}
.navbar .navbar-toggler {
border-color: #fff;
background-color: #f48840;	
height: 46px;
outline: none;
border-radius: 0px;
position: absolute;
right: 30px;
top: 25px;
}
.navbar .navbar-toggler-icon:after {
content: '\f0c9';
color: #fff;
font-size: 18px;
line-height: 30px;
font-family: 'FontAwesome';
}

.form1 {
  margin-top: 6%;
  margin-left: 40%;
  width: 450px;
  padding: 30px 25px;
  background: white;
}
h1.login-title {
  color: #f48840;
  margin: 3px;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
.login-input {
  font-size: 15px;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 25px;
  height: 45px;
  width: calc(100% - 73px);
}
.login-input:focus {
  border-color:#f48840;
  outline: none;
}
.login-button {
  margin-left: 18%;
  display: flex;
  justify-content: center;
  color: #fff;
  background: #f48840;
  border: 0;
  outline: 0;
  width: 200px;
  height: 45px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  border-radius: 20px;
}
.link {
  color: #666;
  font-size: 15px;
  text-align: center;
  margin-bottom: 0px;
}
.link a {
  color: #0b37c9;
}
h3 {
  font-weight: normal;
  text-align: center;
}
