body {
  font-family: "Varela Round", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  color: #868f9b;
  background-color: #1b2631;
}
body-black {
  font-family: "Varela Round", sans-serif;
  font-size: 16px;
  line-height: normal;
  color: #ecf0f1;
  margin: 35pt;
  background-color: #1b2631;
}
div#header {
  width: auto;
  height: 85px;
  margin: auto;
  padding: 0 0 0 0;
  clear: both;
  font-family: "Montserrat", sans-serif;
  color: #ff9900;
  font-size: 60px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #ff9900;
}
h1 {
  font-size: 54px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
a {
  color: #dd6b10;
  text-decoration: none;
  transition: opacity 0.2s;
}
a:hover,
a:focus {
  text-decoration: underline;
  outline: none;
  opacity: 0.8;
  color: #dd6b10;
}
.main-color {
  color: #dd6b10;
}
.white-text {
  color: #fff;
}
::-moz-selection {
  background-color: #dd6b10;
  color: #fff;
}
::selection {
  background-color: #dd6b10;
  color: #fff;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.center {
  margin: auto;
  width: 60%;
  border: 3px solid #73ad21;
  padding: 10px;
}
.section {
  position: relative;
}
.md-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}
.sm-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
.bg-grey {
  background-color: #fafafa;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.bg-dark {
  background-color: #1c1d21;
}
.bg-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.bg-img .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  background: #1c1d21;
}
.section-header {
  position: relative;
  margin-bottom: 60px;
}
.section-header .title {
  text-transform: capitalize;
  color: #dd6b10;
}
.title:after {
  content: "";
  display: block;
  height: 4px;
  width: 40px;
  background-color: #dd6b10;
  margin-top: 20px;
}
.text-center .title:after {
  margin: 20px auto 0;
}
tbody {
  display: table-row-group;
}
tr {
  page-break-inside: avoid;
}
td {
  border-color: gray;
  border-collapse: collapse;
  padding: 5px 5px 5px 5px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  vertical-align: top;
}
th {
  border-color: gray;
  border-collapse: collapse;
  padding: 5px 5px 5px 5px;
  border-width: 0 0 0 0;
  border-style: solid;
  vertical-align: top;
  text-align: left;
  background-color: #ff9900;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="url"],
input[type="tel"],
input[type="phone"],
textarea {
  height: 40px;
  width: 50%;
  border: none;
  background: #f4f4f4;
  border-bottom: 2px solid #eee;
  color: #354052;
  padding: 0 10px;
  opacity: 0.5;
  transition: border-color 0.2s, opacity 0.2s;
}
textarea {
  padding: 10px 10px;
  min-height: 80px;
  resize: vertical;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="phone"]:focus,
textarea:focus {
  border-color: #dd6b10;
  opacity: 1;
}
.main-btn,
.white-btn,
.outline-btn {
  display: inline-block;
  padding: 10px 35px;
  margin: 3px;
  border: transparent solid 2px;
  border-radius: 3px;
  transition: opacity 0.2s;
}
.main-btn {
  background: #dd6b10;
  color: #fff;
}
.white-btn {
  background: #fff;
  color: #1a170f !important ;
}
.outline-btn {
  background: transparent;
  color: #dd6b10 !important ;
  border-color: #dd6b10;
}
.main-btn:hover,
.white-btn:hover,
.outline-btn:hover {
  opacity: 0.8;
}
.navbar-brand {
  padding: 0;
}
.navbar-brand .logo,
.navbar-brand .logo-alt {
  max-height: 50px;
  display: block;
}
#nav:not(.nav-transparent):not(.fixed-nav) .navbar-brand .logo-alt {
  display: none;
}
#nav.nav-transparent:not(.fixed-nav) .navbar-brand .logo {
  display: none;
}
#nav.fixed-nav .navbar-brand .logo-alt {
  display: none;
}
@media only screen and (max-width: 767px) {
  #nav.nav-transparent .navbar-brand .logo-alt {
    display: none !important ;
  }
  #nav.nav-transparent .navbar-brand .logo {
    display: block !important ;
  }
}
#nav {
  padding: 10px 0;
  background: #fff;
  transition: padding 0.2s;
  z-index: 999;
}
#nav.navbar {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
#nav.fixed-nav {
  position: fixed;
  left: 0;
  right: 0;
  padding: 0 0;
  background-color: #fff !important ;
  border-bottom: 1px solid #eee;
}
#nav.nav-transparent {
  background: transparent;
}
@media only screen and (min-width: 768px) {
  .main-nav li {
    padding: 0 15px;
  }
  .main-nav li a {
    font-size: 14px;
    transition: color 0.2s;
  }
  .main-nav > li > a {
    color: #1a170f;
    padding: 15px 0;
  }
  #nav.nav-transparent:not(.fixed-nav) .main-nav > li > a {
    color: #fff;
  }
  .main-nav > li > a:hover,
  .main-nav > li > a:focus,
  .main-nav > li.active > a {
    background: transparent;
    color: #dd6b10;
  }
  .main-nav > li > a:after {
    content: "";
    display: block;
    background-color: #dd6b10;
    height: 2px;
    width: 0%;
    transition: width 0.2s;
  }
  .main-nav > li > a:hover:after,
  .main-nav > li.active > a:after {
    width: 100%;
  }
  .has-dropdown {
    position: relative;
  }
  .has-dropdown > a:before {
    font-family: "FontAwesome";
    content: "\f054";
    font-size: 6px;
    margin-left: 6px;
    float: right;
    transform: rotate(90deg);
    transition: transform 0.2s;
  }
  .dropdown {
    position: absolute;
    right: -50%;
    top: 0;
    background-color: #dd6b10;
    width: 200px;
    box-shadow: 0 5px 5px -5px rgb(53, 64, 82, 0.2);
    transform: translateY(15px) translateX(50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
  }
  .main-nav > .has-dropdown > .dropdown {
    top: 100%;
    right: 50%;
  }
  .main-nav > .has-dropdown > .dropdown .dropdown.dropdown-left {
    right: 150%;
  }
  .dropdown li a {
    display: block;
    color: #fff;
    border-top: 1px solid rgb(250, 250, 250, 0.1);
    padding: 10px 0;
  }
  .dropdown li:nth-child(1) a {
    border-top: none;
  }
  .has-dropdown:hover > .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) translateX(50%);
  }
  .has-dropdown:hover > a:before {
    transform: rotate(0deg);
  }
  .nav-collapse {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #nav {
    padding: 0 0;
  }
  #nav.nav-transparent {
    background: #fff;
  }
  .main-nav {
    position: fixed;
    right: 0;
    height: calc(100vh - 80px);
    box-shadow: 0 80px 0 0 #1c1d21;
    max-width: 250px;
    width: 0%;
    transform: translateX(100%);
    margin: 0;
    overflow-y: auto;
    background: #1c1d21;
    transition: all 0.2s;
  }
  #nav.open .main-nav {
    transform: translateX(0%);
    width: 100%;
  }
  .main-nav li {
    border-top: 1px solid rgb(250, 250, 250, 0.1);
  }
  .main-nav li a {
    display: block;
    color: #fff;
    transition: all 0.2s;
  }
  .main-nav > li.active {
    border-left: 6px solid #dd6b10;
  }
  .main-nav li a:hover,
  .main-nav li a:focus {
    background-color: #dd6b10;
    color: #fff;
    opacity: 1;
  }
  .has-dropdown > a:after {
    content: "\f054";
    font-family: "FontAwesome";
    float: right;
    transition: transform 0.2s;
  }
  .dropdown {
    opacity: 0;
    visibility: hidden;
    height: 0;
    background: rgb(250, 250, 250, 0.1);
  }
  .dropdown li a {
    padding: 6px 10px;
  }
  .has-dropdown.open-drop > a:after {
    transform: rotate(90deg);
  }
  .has-dropdown.open-drop > .dropdown {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: all 0.2s;
  }
}
.nav-collapse {
  position: relative;
  float: right;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-right: 5px;
  cursor: pointer;
  z-index: 99999;
}
.nav-collapse span {
  display: block;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
}
.nav-collapse span:before,
.nav-collapse span:after {
  content: "";
  display: block;
}
.nav-collapse span,
.nav-collapse span:before,
.nav-collapse span:after {
  height: 4px;
  background: #1a170f;
  transition: all 0.2s;
}
.nav-collapse span:before {
  transform: translate(0%, 10px);
}
.nav-collapse span:after {
  transform: translate(0%, -14px);
}
#nav.open .nav-collapse span {
  background: transparent;
}
#nav.open .nav-collapse span:before {
  transform: translateY(0) rotate(-135deg);
}
#nav.open .nav-collapse span:after {
  transform: translateY(-4px) rotate(135deg);
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important ;
  }
  .navbar-right {
    float: right !important ;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
header {
  position: relative;
}
#home {
  height: 100vh;
}
#home .home-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.home-content h1 {
  text-transform: uppercase;
}
.home-content button {
  margin-top: 20px;
}
.header-wrapper h2 {
  display: inline-block;
  margin-bottom: 0;
}
.header-wrapper .breadcrumb {
  float: right;
  background: transparent;
  margin-bottom: 0;
}
.header-wrapper .breadcrumb .breadcrumb-item.active {
  color: #868f9b;
}
.breadcrumb > li + li:before {
  color: #868f9b;
}
.about {
  position: relative;
  text-align: center;
  padding: 40px 20px;
  border: #eee solid 1px;
  margin: 15px 0;
}
.about i {
  font-size: 36px;
  color: #dd6b10;
  margin-bottom: 20px;
}
.about:after {
  content: "";
  background-color: #1c1d21;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  z-index: -1;
  transition: width 0.2s;
}
.about:hover:after {
  width: 100%;
}
.about h3 {
  transition: color 0.2s;
}
.about:hover h3 {
  color: #fff;
}
.work {
  position: relative;
  padding: 20px;
}
.work > img {
  width: 100%;
}
.work .overlay {
  background: #1c1d21;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.2s;
  transition-delay: 0.2s;
}
.work:hover .overlay {
  transition-delay: 0s;
  opacity: 0.8;
}
.work .work-content {
  position: absolute;
  left: 25px;
  right: 25px;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}
.work .work-content h3 {
  transform: translateY(100%);
  opacity: 0;
  color: #fff;
  margin-bottom: 10px;
  transition: all 0.2s;
  transition-delay: 0.1s;
}
.work:hover .work-content h3 {
  transform: translateY(0%);
  opacity: 1;
  transition-delay: 0.1s;
}
.work .work-content span {
  display: block;
  text-transform: uppercase;
  transform: translateY(100%);
  opacity: 0;
  color: #dd6b10;
  margin-bottom: 5px;
  transition: all 0.2s;
  transition-delay: 0.2s;
}
.work:hover .work-content span {
  transform: translateY(0%);
  opacity: 1;
  transition-delay: 0s;
}
.work .work-link {
  text-align: center;
  margin-top: 20px;
  opacity: 0;
  transition: opacity 0.2s;
}
.work .work-link a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #dd6b10;
  color: #fff;
  line-height: 50px;
  text-align: center;
}
.work:hover .work-link {
  transition-delay: 0.2s;
  opacity: 1;
}
.service {
  position: relative;
  padding: 40px 20px 40px 70px;
  margin: 15px 0;
  border: #eee solid 1px;
}
.service i {
  position: absolute;
  left: 20px;
  text-align: center;
  font-size: 32px;
  color: #dd6b10;
  border-radius: 50%;
}
.service:after {
  content: "";
  background-color: #1c1d21;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  z-index: -1;
  transition: width 0.2s;
}
.service:hover:after {
  width: 100%;
}
.service h3 {
  transition: color 0.2s;
}
.service:hover h3 {
  color: #fff;
}
.feature {
  margin: 15px 0;
}
.feature i {
  float: left;
  padding: 5px;
  border-radius: 50%;
  color: #dd6b10;
  border: #dd6b10 solid 1px;
  margin-right: 5px;
}
.number {
  text-align: center;
  margin: 15px 0;
}
.number i {
  color: #dd6b10;
  font-size: 36px;
  margin-bottom: 20px;
}
.number h3 {
  font-size: 36px;
  margin-bottom: 10px;
}
.pricing {
  position: relative;
  text-align: center;
  border: #eee solid 1px;
  background-color: #fff;
  z-index: 11;
  margin: 15px 0;
}
.pricing::after {
  content: "";
  background-color: #1c1d21;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0%;
  z-index: -1;
  transition: height 0.2s;
}
.pricing:hover:after {
  height: 100%;
}
.pricing .price-head {
  position: relative;
  margin-bottom: 20px;
}
.pricing .price-title {
  display: block;
  padding: 40px 0 20px;
  text-transform: uppercase;
  transition: color 0.2s;
}
.pricing:hover .price-title {
  color: #dd6b10;
}
.pricing .price {
  position: relative;
  width: 140px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  margin: auto;
  border-radius: 50%;
  border: #dd6b10 solid 2px;
}
.pricing .price h3 {
  font-size: 42px;
  margin: 0;
  transition: color 0.2s;
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  left: 0;
  right: 0;
}
.pricing:hover .price h3 {
  color: #fff;
}
.pricing .duration {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #1a170f;
  transition: color 0.2s;
}
.pricing:hover .duration {
  color: #fff;
}
.pricing .price-btn {
  padding-top: 20px;
  padding-bottom: 40px;
}
.testimonial {
  margin: 15px 0;
}
.testimonial-meta {
  position: relative;
  padding-left: 90px;
  height: 70px;
  margin-bottom: 20px;
  padding-top: 10px;
}
.testimonial img {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px !important ;
  height: 70px !important ;
  border-radius: 50%;
}
.testimonial h3 {
  margin-bottom: 5px;
}
.testimonial span {
  font-size: 14px;
  color: #dd6b10;
  text-transform: uppercase;
}
.team {
  position: relative;
  background-color: #f4f4f4;
  padding: 40px 20px;
  margin: 15px 0;
}
.team::after {
  content: "";
  background-color: #1c1d21;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0%;
  z-index: 1;
  transition: height 0.2s;
}
.team:hover:after {
  height: 100%;
}
.team-img {
  position: relative;
  margin-bottom: 20px;
  z-index: 11;
}
.team-img > img {
  width: 100%;
}
.team .overlay {
  background: #1c1d21;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.2s;
}
.team:hover .overlay {
  opacity: 0.8;
}
.team .team-content {
  text-align: center;
  position: relative;
  z-index: 11;
}
.team .team-content h3 {
  margin-bottom: 10px;
  transition: color 0.2s;
}
.team .team-content span {
  font-size: 14px;
  text-transform: uppercase;
  transition: color 0.2s;
}
.team:hover .team-content h3 {
  color: #fff;
}
.team:hover .team-content span {
  color: #dd6b10;
}
.team .team-social {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s;
}
.team .team-social a {
  display: block;
  line-height: 50px;
  width: 50px;
  text-align: center;
  background-color: #dd6b10;
  color: #fff;
}
.team:hover .team-social {
  opacity: 1;
}
.blog {
  background-color: #fff;
  margin: 15px 0;
}
.blog .blog-content {
  padding: 20px 20px 40px;
}
.blog .blog-meta {
  margin-bottom: 20px;
}
.blog .blog-meta li {
  display: inline-block;
  font-size: 14px;
  color: #1a170f;
  margin-right: 10px;
}
.blog .blog-meta li i {
  color: #dd6b10;
  margin-right: 5px;
}
#main .blog .blog-content {
  padding: 20px 0 0;
}
#main .blog {
  margin-top: 0;
}
.blog-tags {
  margin: 40px 0;
}
.blog-tags h5 {
  margin-bottom: 0;
  display: inline-block;
}
.blog-tags a {
  display: inline-block;
  padding: 6px 13px;
  font-size: 14px;
  margin: 2px 0;
  background: #f4f4f4;
  color: #1a170f;
}
.blog-tags a:hover {
  color: #fff;
  background-color: #dd6b10;
}
.blog-tags a i {
  margin-right: 3px;
  color: #dd6b10;
}
.blog-tags a:hover i {
  color: #fff;
}
.blog-author {
  margin: 40px 0;
}
.blog-author .media .media-left {
  padding-right: 20px;
}
.blog-author .media {
  padding: 20px;
  border: #eee solid 1px;
}
.blog-author .media .media-heading {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.blog-author .media .media-heading h3 {
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
}
.blog-author .media .media-heading .author-social {
  float: right;
}
.blog-author .author-social a {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 3px;
  margin-left: 5px;
  color: #fff;
  background-color: #dd6b10;
}
.blog-comments {
  margin: 40px 0;
}
.blog-comments .media {
  padding: 20px;
  background-color: #fff;
  border-top: 1px solid #eee;
  border-bottom: 0;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  margin-top: 0;
}
.blog-comments .media:first-child {
  border-bottom: 0;
}
.blog-comments .media:last-child {
  border-bottom: 1px solid #eee;
}
.blog-comments .media .media-left {
  padding-right: 20px;
}
.blog-comments .media .media-body .media-heading {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.blog-comments .media .media-body .media-heading .time {
  font-size: 12px;
  margin-left: 20px;
  font-weight: 400;
  color: #868f9b;
}
.blog-comments .media .media-body .media-heading .reply {
  float: right;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}
.blog-comments .media.author {
  background-color: #f4f4f4;
  border-color: #dd6b10;
  border-bottom: 1px solid #dd6b10;
}
.blog-comments .media.author > .media-body > .media-heading {
  color: #dd6b10;
}
.blog-comments .media.author + .media {
  border-top: 0;
}
.reply-form {
  margin: 40px 0;
}
.reply-form form .input,
.reply-form form .input,
.reply-form form textarea {
  margin-bottom: 20px;
}
.reply-form form .input,
.reply-form form .input {
  width: calc(50% - 10px);
  display: inline-block;
}
.reply-form form .input:nth-child(2) {
  margin-left: 15px;
}
#aside .widget {
  margin-bottom: 40px;
}
.widget h3 {
  text-transform: uppercase;
}
#aside .widget-search {
  position: relative;
}
#aside .widget-search .search-input {
  padding-right: 50px;
}
#aside .widget-search .search-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  border: none;
  line-height: 40px;
  background-color: transparent;
  color: #dd6b10;
}
.widget-category a {
  display: block;
  font-size: 14px;
  color: #354052;
  border-bottom: 1px solid #eee;
  padding: 5px;
}
.widget-category a:nth-child(1) {
  border-top: 1px solid #eee;
}
.widget-category a span {
  float: right;
  color: #dd6b10;
}
.widget-category a:hover {
  color: #dd6b10;
}
.widget-tags a {
  display: inline-block;
  padding: 6px 13px;
  font-size: 14px;
  margin: 2px 0;
  background: #f4f4f4;
  color: #1a170f;
}
.widget-tags a:hover {
  color: #fff;
  background-color: #dd6b10;
}
.widget-post {
  min-height: 70px;
  margin-bottom: 25px;
}
.widget-post img {
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.widget-post a {
  display: block;
  color: #1a170f;
}
.widget-post a:hover {
  color: #dd6b10;
}
.widget-post .blog-meta {
  display: inline-block;
}
.widget-post .blog-meta li {
  display: inline-block;
  margin-right: 5px;
  color: #dd6b10;
  font-size: 12px;
}
.widget-post li i {
  color: #dd6b10;
  margin-right: 5px;
}
.contact {
  margin: 15px 0;
  text-align: center;
}
.contact i {
  font-size: 36px;
  color: #dd6b10;
  margin-bottom: 20px;
}
.contact-form {
  text-align: center;
  margin-top: 40px;
  margin-left: 40px;
}
.contact-form .input {
  margin-bottom: 20px;
}
.contact-form .input:nth-child(1),
.contact-form .input:nth-child(2) {
  width: calc(50% - 10px);
}
.contact-form .input:nth-child(2) {
  margin-left: 15px;
}
#footer {
  position: relative;
}
.footer-logo {
  text-align: center;
  margin-bottom: 40px;
}
.footer-logo > a > img {
  max-height: 80px;
}
.footer-follow {
  text-align: center;
  margin-bottom: 20px;
}
.footer-follow li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 13px;
}
.footer-follow li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
  background-color: #dd6b10;
  color: #fff;
}
.footer-copyright p {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
}
.footer-wouter {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #ff9900 !important ;
  color: #1b2631;
  text-align: center;
}

form {
  margin-left: 30px;
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
  .section-header h2.title {
    font-size: 31.5px;
  }
  .main-btn,
  .default-btn,
  .outline-btn,
  .white-btn {
    padding: 8px 22px;
    font-size: 14px;
  }
  .home-content h1 {
    font-size: 36px;
  }
  .header-wrapper h2 {
    margin-bottom: 20px;
    text-align: center;
    display: block;
  }
  .header-wrapper .breadcrumb {
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  #portfolio [class*="col-xs"] {
    width: 100%;
  }
  #numbers [class*="col-xs"] {
    width: 100%;
  }
  .contact-form .input:nth-child(1),
  .contact-form .input:nth-child(2) {
    width: 100%;
  }
  .contact-form .input:nth-child(2) {
    margin-left: 0;
  }
  .reply-form form .input,
  .reply-form form .input {
    width: 100%;
  }
  .reply-form form .input:nth-child(2) {
    margin-left: 0;
  }
  .blog-author .media .media-left {
    display: block;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .blog-author .media {
    text-align: center;
  }
  .blog-author .media .media-heading .author-social {
    margin-top: 10px;
    float: none;
  }
  .blog-author .media .media-left img {
    margin: auto;
  }
  .blog-comments .media .media {
    margin: 0 -15px;
  }
}
.owl-theme .owl-dots .owl-dot span {
  border: none;
  background: #eee;
  transition: all 0.2s;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background: #dd6b10;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #dd6b10;
  width: 20px;
}
.owl-theme .owl-nav {
  opacity: 0;
  transition: opacity 0.2s;
}
.owl-theme:hover .owl-nav {
  opacity: 1;
}
.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #dd6b10;
  color: #fff;
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  line-height: 50px;
  margin: 0;
}
.owl-theme .owl-prev {
  left: 0;
}
.owl-theme .owl-next {
  right: 0;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  opacity: 0.8;
  background: #dd6b10;
}
#back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #dd6b10;
  border-radius: 3px;
  color: #fff;
  z-index: 9999;
  transition: opacity 0.2s;
  cursor: pointer;
}
#back-to-top:after {
  content: "\f106";
  font-family: "FontAwesome";
}
#back-to-top:hover {
  opacity: 0.8;
}
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 99999;
}
.preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.preloader span {
  display: inline-block;
  background-color: #dd6b10;
  width: 25px;
  height: 25px;
  animation: preload 1s ease-in-out infinite;
  transform: scale(0);
  border-radius: 50%;
}
.preloader span:nth-child(1) {
  animation-delay: 0s;
}
.preloader span:nth-child(2) {
  animation-delay: 0.1s;
}
.preloader span:nth-child(3) {
  animation-delay: 0.15s;
}
.preloader span:nth-child(4) {
  animation-delay: 0.2s;
}
@keyframes preload {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
ul.a {
  list-style-type: circle;
}
ul.b {
  list-style-type: square;
}
input,
input:focus,
input:disabled {
  text-align: left;
  border: none;
  display: block;
  outline: none;
  font-family: arial;
  line-height: 1;
  opacity: 1;
  background: transparent;
}
input#reasonInput {
  text-align: center;
  font-size: 40px;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  color: #ff9900;
}
select {
  margin: 70px;
  padding: 0;
  width: 30%;
}
select#timezoneInput {
  margin: auto;
  padding: 0;
  width: 40%;
}
input#clockInput,
input#clockTZInput,
input#endInput {
  text-align: center;
  font-size: 40px;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
}
input#countdownInput {
  text-align: center;
  font-size: 100px;
  margin: 0 auto;
  padding: 0;
}
input#reasonInput::placeholder {
  color: #ff9900;
}
input#endInput::placeholder,
input#countdownInput::placeholder {
  color: lightgrey;
}
p#plus,
p#equals {
  font-size: 40px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-family: arial;
}
p.note {
  text-align: center;
  font-family: arial;
}
div#reasonDiv {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 10%;
}
div#timezoneDiv {
  text-align: center;
  position: absolute;
  margin: 0 auto;
  width: 100%;
  height: auto;
  top: 20%;
}
div#clockDiv {
  position: absolute;
  width: 100%;
  left: 0;
  top: 25%;
}
div#clockTZDiv {
  position: absolute;
  width: 100%;
  left: 0;
  top: 30%;
}
div#plusDiv {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 35%;
}
div#countdownDiv {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 43%;
}
div#equalsDiv {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 60%;
}
div#endDiv {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 70%;
}
div#startStopButtonDiv {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 85%;
}
input#startButton {
  background: green;
  font-size: 30px;
  margin: 0 auto;
}
input#stopButton {
  background: #ff9900;
  font-size: 30px;
  margin: 0 auto;
}
.submitbutton{
  background: #ff9900;
  font-size: 20px;
  margin: 0 ;

}
.submitbutton:hover {
  box-shadow: 0 12px 16px 0 rgba(0,34,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}