@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,300italic,400italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Quicksand);
.top-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  z-index: 500;
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
}
.top-nav .dropdown-menu {
  min-width: 200px;
}
@media (max-width: 767px) {
  .top-nav .dropdown-menu.dropdown-animated {
    display: none;
    visibility: initial;
  }
  .top-nav .open .dropdown-menu.dropdown-animated {
    display: block;
  }
}
.navbar-nav > li > a {
  position: relative;
  color: #666f75;
  font-size: 10px;
  letter-spacing: 2px;
  transition: color 0.3s, padding 0.3s;
  -webkit-transition: color 0.3s, padding 0.3s;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  padding: 0px 9px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  background-color: transparent;
  color: #344760;
}
.navbar-nav > li > a:hover:before,
.navbar-nav > li > a:focus:before {
  left: 0;
  right: 0;
  opacity: 1;
}
.navbar-nav > li > a:before {
  content: '';
  position: absolute;
  background-color: #ffb038;
  bottom: 0px;
  opacity: 0;
  height: 2px;
  left: 50%;
  right: 50%;
  transition: left 0.3s, right 0.3s, opacity 0.3s;
  -webkit-transition: left 0.3s, right 0.3s, opacity 0.3s;
}
@media (max-width: 767px) {
  .navbar-nav > li > a:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.navbar-nav > li.active > a {
  color: #344760;
}
@media (max-width: 767px) {
  .navbar-nav > li.active > a {
    background-color: #f6f9fa;
  }
}
.navbar-nav > li.active > a:before {
  left: 0;
  right: 0;
  opacity: 1;
}
.navbar-brand {
  color: #666f75;
  height: 90px;
  padding: 35px 25px;
  transition: height 0.3s, padding 0.3s;
  -webkit-transition: height 0.3s, padding 0.3s;
}
.navbar-toggle {
  margin-top: 27px;
  transition: margin-top 0.3s;
}
.navbar-toggle .icon-bar {
  background-color: #666f75;
}
.top-nav-scrolled .navbar-brand {
  height: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.top-nav-scrolled .navbar-toggle {
  margin-top: 22px;
}
.top-nav-scrolled .navbar-nav > li > a {
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer {
  padding: 60px 0;
  background-color: #32465b;
  color: #d9f1f8;
}
.footer a {
  color: #d9f1f8;
  text-decoration: none;
  transition: color 0.3s;
}
.footer a:hover,
.footer a:focus {
  color: #fff;
}
.footer hr {
  border-top-color: #3f5872;
}
.footer .btn {
  background-color: #2f4154;
}
body,
html {
  height: 100%;
}
body {
  color: #000000;
  font-family: 'Quicksand', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
a {
  color: #ffb038;
}
a:hover,
a:focus {
  color: #ffb038;
}
a.no-underline {
  text-decoration: none !important;
}
hr {
  border-top-color: #e4eef0;
}
.line-dashed {
  border-style: dashed !important;
}
.line-dotted {
  border-style: dotted !important;
}
h4,
.h4 {
  line-height: 28px;
}
h3,
.h3 {
  line-height: 32px;
}
h2,
.h2 {
  line-height: 36px;
}
.wrapper {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  padding-top: 10px;
}
.section {
  position: relative;
}
.waypoint-animated-element {
  visibility: hidden;
}
.waypoint-animated-element.visible {
  visibility: visible;
}
.main-slider {
  position: relative;
  background-color: #f9f9f9;
  height: 600px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .main-slider {
    height: 300px;
  }
}
.main-slider:before {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.animsition-loading {
  background-image: url(../img/loader/rings.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.animsition-loading:after {
  content: '';
}
.hover-link-dots a {
  position: relative;
}
.hover-link-dots a:before {
  position: absolute;
  top: 55%;
  left: 50%;
  color: transparent;
  content: '\2022';
  text-shadow: 0 0 transparent;
  font-size: 1.2em;
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  -moz-transition: text-shadow 0.3s, color 0.3s;
  transition: text-shadow 0.3s, color 0.3s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
.hover-link-dots a:hover:before {
  color: #666f75;
  text-shadow: 10px 0 #666f75, -10px 0 #666f75;
}
.section-heading {
  letter-spacing: 2px;
}
.header-border {
  position: relative;
  padding-bottom: 15px;
}
.header-border:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  border-bottom: 1px solid #ffb038;
}
.subscribe-section .section-inner {
  padding: 40px 20px;
}
.feature-wrap {
  margin-bottom: 30px;
}
.feature-wrap .feature-icon {
  font-size: 50px;
  text-align: center;
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin: 0 auto 30px;
  border-radius: 50em;
  border: 2px solid #ffb038;
  color: #ffb038;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
}
.service-item {
  position: relative;
  padding-left: 50px;
  margin-left: 15px;
  margin-bottom: 30px;
}
.service-item .service-icon {
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .service-item.item-right {
    padding-left: 0;
    padding-right: 50px;
    text-align: right;
    margin-right: 15px;
    margin-left: 0;
  }
  .service-item.item-right .service-icon {
    left: auto;
    right: 0;
  }
}
.service-list-item {
  float: left;
  border-bottom: 1px dashed #e4eef0;
  text-align: left;
  padding: 30px 12px;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.service-list-item .item-inner {
  display: inline-block;
  vertical-align: middle;
}
.service-list-item .item-inner p {
  line-height: 21px;
}
@media (max-width: 767px) {
  .service-list-item {
    float: none;
    text-align: center;
  }
}
.item-filter > ul {
  display: inline-block;
}
@media (min-width: 768px) {
  .item-filter > ul > li {
    float: left;
  }
}
@media (max-width: 767px) {
  .item-filter > ul > li {
    display: inline-block;
  }
}
.item-filter > ul > li > a {
  display: block;
  text-transform: uppercase;
  padding: 5px 10px;
  color: #666f75;
  letter-spacing: 2px;
}
.item-filter > ul > li > a:hover,
.item-filter > ul > li > a:focus {
  text-decoration: none;
  color: #344760;
}
.item-filter > ul > li.active > a {
  color: #ffb038;
}
.portfolio-grid {
  margin-left: -20px;
  margin-right: -20px;
}
.has-padding .portfolio-item {
  padding: 5px;
}
.grid-three .portfolio-item {
  width: 33.333333333333336%;
}
.portfolio-item {
  width: 25%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .portfolio-item {
    width: 33.333333333333336%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .portfolio-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .portfolio-item {
    width: 100%;
  }
}
.portfolio-inner {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.portfolio-inner .portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 176, 56, 0.7);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.portfolio-inner .portfolio-overlay:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.portfolio-inner .content-group {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -webkit-transition: opacity 0.5s cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.portfolio-inner img {
  transition: transform 0.8s;
  -webkit-transition: -webkit-transform 0.8s;
}
.portfolio-inner:hover .portfolio-overlay {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.portfolio-inner:hover .content-group {
  opacity: 1;
}
.portfolio-inner:hover img {
  transform: scale(1.2) rotate(5deg);
  -webkit-transform: scale(1.2) rotate(5deg);
}
.review-section {
  background: url(../img/section_bg1.jpg);
  background-size: cover;
  min-height: 450px;
}
.review-item {
  text-align: center;
}
.review-item .review-author {
  width: 100px;
  height: 100px;
}
.review-item .review-bubble {
  position: relative;
  padding: 15px;
  border-radius: 6px;
  background-color: #ffb038;
  color: #fff;
}
.review-item .review-bubble:before {
  content: '';
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -12px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffb038;
}
.get-started-section {
  background: url(../img/p3.jpg);
  background-size: cover;
  background-position: center center;
}
.funfact-section {
  background: url(../img/section_bg3.jpg);
  background-size: cover;
}
.pricing-item {
  border-radius: 6px;
  margin-bottom: 30px;
}
.pricing-item.pricing-gray {
  border: 1px solid #95a4b8;
}
.pricing-item.pricing-gray .pricing-heading {
  background-color: #95a4b8;
}
.pricing-item.pricing-dark {
  border: 1px solid #32465b;
}
.pricing-item.pricing-dark .pricing-heading {
  background-color: #32465b;
}
.pricing-item.pricing-main {
  border: 1px solid #ffb038;
}
.pricing-item.pricing-main .pricing-heading {
  background-color: #ffb038;
}
.pricing-heading {
  padding: 15px;
  text-align: center;
  font-size: 18px;
  border-radius: 6px 6px 0 0;
}
.pricing-body {
  border: 1px solid #e4eef0;
  padding: 15px 15px 40px;
  border-radius: 0 0 6px 6px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pricing-body {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.pricing-service > li {
  padding: 10px;
  border-bottom: 1px dashed #e4eef0;
}
.pricing-service > li:last-child {
  border-bottom: 0;
}
.team-wrap {
  margin-bottom: 40px;
}
.team-wrap .profile-pic {
  width: 140px;
}
.blog-home-wrap {
  margin-bottom: 40px;
}
.blog-home-wrap .blog-img {
  position: relative;
}
.blog-home-wrap .blog-img .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
  text-align: center;
  transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
}
.blog-home-wrap .blog-img .hover-overlay:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.blog-home-wrap .blog-img .hover-action {
  display: inline-block;
  vertical-align: middle;
}
.blog-home-wrap .blog-img .hover-action .btn {
  transform: scale(0);
  -webkit-transform: scale(0);
  opacity: 0;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}
.blog-home-wrap .blog-img.hover-effect .hover-overlay {
  opacity: 1;
}
.blog-home-wrap .blog-img.hover-effect .hover-action .btn {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}
.page-title {
  background-size: cover;
  background-position: center center;
  padding-top: 45px;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .page-title {
    
  }
}
.page-title.bg1 {
  background-image: url('../img/title1.jpg');
}
.page-title.bg2 {
  background-image: url('../img/title2.jpg');
}
.page-title.bg3 {
  background-image: url('../img/title3.jpg');
}
@media (min-width: 1200px) {
  .page-title.bg3 {
    background-position: 0 -180px;
  }
}
.page-title.bg4 {
  background-image: url('../img/title4.jpg');
}
.text-heading {
  padding-bottom: 10px;
  border-bottom: 1px dashed #e4eef0;
}
.blog-post {
  margin-bottom: 30px;
}
.blog-post .post-meta a {
  color: #99a1b8;
}
.blog-post .post-meta span {
  display: inline-block;
  margin-right: 7px;
}
.blog-post .blog-img {
  position: relative;
}
.blog-post .blog-img .blog-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 2;
  text-align: center;
  background-color: rgba(255, 176, 56, 0.8);
  border-radius: 6px;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
.blog-post .blog-img .blog-overlay:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.blog-post .blog-img .hover-action {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.blog-post .blog-img .hover-action .btn {
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
}
.blog-post .blog-img.hover-effect .blog-overlay {
  opacity: 1;
}
.blog-post .blog-img.hover-effect .hover-action .btn {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.blog-post + .blog-post {
  padding-top: 30px;
  border-top: 1px dashed #e4eef0;
}
.grid-view .blog-post {
  float: left;
  width: 50%;
  padding: 10px;
}
.grid-view .blog-post + .blog-post {
  margin-top: 0;
  border-top: 0;
}
.grid-view.no-sidebar .blog-post {
  width: 33.333333333333336%;
}
.tag-wrap .tag-item {
  background-color: #fff;
  border: 1px solid #e4eef0;
  border-radius: 50em;
  display: inline-block;
  margin-right: 10px;
  padding: 3px 15px 3px;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 10px;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.tag-wrap .tag-item:hover {
  background-color: #ffb038;
  color: #fff;
  border-color: #ffb038;
}
.popular-blog-post {
  padding-left: 0;
}
.popular-blog-post > li {
  display: block;
}
.popular-blog-post > li .blog-img {
  width: 60px;
  height: 60px;
  float: left;
  overflow: hidden;
  margin-right: 12px;
}
.popular-blog-post > li + li {
  margin-top: 15px;
}
.blog-author .media-left {
  padding-top: 4px;
  padding-right: 20px;
}
.blog-author .media-left img {
  width: 80px;
  height: 80px;
}
.blog-author .media-heading {
  font-size: 16px;
}
.blog-comment-list .media-left {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .blog-comment-list .media-left {
    padding-right: 20px;
  }
}
.blog-comment-list .media-left img {
  width: 80px;
  height: 80px;
}
@media (max-width: 767px) {
  .blog-comment-list .media-left img {
    width: 50px;
    height: 50px;
  }
}
.blog-comment-list .media {
  margin-top: 25px;
}
.blog-comment-list .media-body {
  padding: 12px 5px 0;
}
.blog-comment-list .media-body p {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .blog-comment-list .media-body .media-body {
    overflow: visible;
  }
  .blog-comment-list .media-body .media-body p {
    margin-left: -60px;
  }
}
.map-canvas {
  width: 100%;
  height: 500px;
}
.panel {
  position: relative;
}
.panel-heading {
  padding: 15px;
}
.panel-footer {
  padding: 15px;
}
.panel-white {
  border: 1px solid #e4eef0;
}
.panel-white > .panel-heading {
  border-bottom-color: #e4eef0;
}
.panel-white > .panel-footer {
  border-top-color: #e4eef0;
  background-color: #fff;
}
.panel-default {
  border-color: #e4eef0;
}
.panel-default > .panel-heading {
  background-color: #f6f9fa;
  border-color: #e4eef0;
  color: #666f75;
}
.panel-footer {
  background-color: #f6f9fa;
  border-top-color: #e4eef0;
}
.panel-toolbar {
  float: right;
  margin-bottom: 0;
}
.panel-toolbar > li {
  float: left;
  cursor: pointer;
}
.panel-toolbar > li > a {
  display: block;
  padding: 0 5px;
  color: #99a1b8;
}
.panel-toolbar > li > a:hover {
  color: #666f75;
}
.panel-toolbar > li > a:hover,
.panel-toolbar > li > a:focus {
  text-decoration: none;
}
.panel-toolbar > li:last-child > a {
  padding-right: 0;
}
.panel-toolbar > li.collapse-option.icon-3 > ul {
  min-width: 130px;
}
.panel-toolbar > li.collapse-option.icon-2 > ul {
  min-width: 87px;
}
.panel-toolbar > li.collapse-option.open > a i {
  display: inline-block;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.panel-toolbar > li.collapse-option > a {
  position: relative;
}
.panel-toolbar > li.collapse-option > a i {
  transition: transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
}
.panel-toolbar > li.collapse-option > ul {
  right: 20px;
  left: auto;
  padding: 0;
  top: -50%;
  min-width: 173px;
  margin-top: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-toolbar > li.collapse-option > ul > li {
  float: left;
}
.panel-toolbar > li.collapse-option > ul > li > a {
  display: block;
  padding: 10px 15px;
}
.panel-toolbar > li.collapse-option > ul > li > a:hover,
.panel-toolbar > li.collapse-option > ul > li > a:focus {
  background-color: #f6f9fa;
}
.panel-toolbar > li.collapse-option > ul > li + li {
  border-left: 1px solid #e4eef0;
}
.panel-toolbar .dropdown-menu:before,
.panel-toolbar .dropdown-menu:after {
  display: none;
}
.panel-toolbar .switch-toggle {
  margin-top: -3px;
}
.panel-main > .panel-heading {
  background-color: #ffb038;
  border-color: #ffbe5c;
  color: #fff;
}
.panel-primary {
  border-color: #5090f7;
}
.panel-primary > .panel-heading {
  background-color: #5090f7;
  border-color: #5090f7;
}
.panel-primary.no-bordered {
  border: 0;
}
.panel-primary.no-bordered > .panel-heading {
  border: 1px solid #5090f7;
}
.panel-primary.no-bordered > .panel-body {
  border: 1px solid transparent;
  border-top-width: 0;
}
.panel-primary .panel-toolbar > li > a {
  color: #d9f1f8;
}
.panel-primary .panel-toolbar > li > a:hover {
  color: #fff;
}
.panel-success {
  border-color: #56cf87;
}
.panel-success > .panel-heading {
  background-color: #56cf87;
  border-color: #56cf87;
  color: #fff;
}
.panel-success.no-bordered {
  border: 0;
}
.panel-success.no-bordered > .panel-heading {
  border: 1px solid #56cf87;
}
.panel-success.no-bordered > .panel-body {
  border: 1px solid transparent;
  border-top-width: 0;
}
.panel-success .panel-toolbar > li > a {
  color: #d9f1f8;
}
.panel-success .panel-toolbar > li > a:hover {
  color: #fff;
}
.panel-info {
  border-color: #64d4e4;
}
.panel-info > .panel-heading {
  background-color: #64d4e4;
  border-color: #64d4e4;
  color: #fff;
}
.panel-info.no-bordered {
  border: 0;
}
.panel-info.no-bordered > .panel-heading {
  border: 1px solid #64d4e4;
}
.panel-info.no-bordered > .panel-body {
  border: 1px solid transparent;
  border-top-width: 0;
}
.panel-info .panel-toolbar > li > a {
  color: #d9f1f8;
}
.panel-info .panel-toolbar > li > a:hover {
  color: #fff;
}
.panel-warning {
  border-color: #ffb038;
}
.panel-warning > .panel-heading {
  background-color: #ffb038;
  border-color: #ffb038;
  color: #fff;
}
.panel-warning.no-bordered {
  border: 0;
}
.panel-warning.no-bordered > .panel-heading {
  border: 1px solid #ffb038;
}
.panel-warning.no-bordered > .panel-body {
  border: 1px solid transparent;
  border-top-width: 0;
}
.panel-warning .panel-toolbar > li > a {
  color: #d9f1f8;
}
.panel-warning .panel-toolbar > li > a:hover {
  color: #fff;
}
.panel-danger {
  border-color: #fd7a7b;
}
.panel-danger > .panel-heading {
  background-color: #fd7a7b;
  border-color: #fd7a7b;
  color: #fff;
}
.panel-danger.no-bordered {
  border: 0;
}
.panel-danger.no-bordered > .panel-heading {
  border: 1px solid #fd7a7b;
}
.panel-danger.no-bordered > .panel-body {
  border: 1px solid transparent;
  border-top-width: 0;
}
.panel-danger .panel-toolbar > li > a {
  color: #d9f1f8;
}
.panel-danger .panel-toolbar > li > a:hover {
  color: #fff;
}
.panel-orange {
  border-color: #f08a61;
}
.panel-orange > .panel-heading {
  background-color: #f08a61;
  border-color: #f08a61;
  color: #fff;
}
.panel-orange.no-bordered {
  border: 0;
}
.panel-orange.no-bordered > .panel-heading {
  border: 1px solid #f08a61;
}
.panel-orange.no-bordered > .panel-body {
  border: 1px solid transparent;
  border-top-width: 0;
}
.panel-orange .panel-toolbar > li > a {
  color: #d9f1f8;
}
.panel-orange .panel-toolbar > li > a:hover {
  color: #fff;
}
.panel-gray {
  border-color: #95a4b8;
}
.panel-gray > .panel-heading {
  background-color: #95a4b8;
  border-color: #95a4b8;
  color: #fff;
}
.panel-gray.no-bordered {
  border: 0;
}
.panel-gray.no-bordered > .panel-heading {
  border: 1px solid #95a4b8;
}
.panel-gray.no-bordered > .panel-body {
  border: 1px solid transparent;
  border-top-width: 0;
}
.panel-gray .panel-toolbar > li > a {
  color: #d9f1f8;
}
.panel-gray .panel-toolbar > li > a:hover {
  color: #fff;
}
.panel-dark {
  border-color: #32465b;
}
.panel-dark > .panel-heading {
  background-color: #32465b;
  border-color: #32465b;
  color: #fff;
}
.panel-dark.no-bordered {
  border: 0;
}
.panel-dark.no-bordered > .panel-heading {
  border: 1px solid #32465b;
}
.panel-dark.no-bordered > .panel-body {
  border: 1px solid transparent;
  border-top-width: 0;
}
.panel-dark .panel-toolbar > li > a {
  color: #d9f1f8;
}
.panel-dark .panel-toolbar > li > a:hover {
  color: #fff;
}
.expand-widget i {
  display: inline-block;
}
.expand-widget.collapsed i {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}
.widget-fullscreen-mode {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1999;
}
.dropdown-menu {
  border-color: #f0f3f5;
}
.dropdown-menu:before {
  content: '';
  position: absolute;
  top: -7px;
  left: 12px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #eaeef1;
}
.dropdown-menu:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 13px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}
.dropdown-menu.no-arrow:before,
.dropdown-menu.no-arrow:after {
  display: none !important;
}
.dropdown-menu.dropdown-animated {
  display: block;
  visibility: hidden;
  transition: visibility 0.4s;
  -webkit-transition: visibility 0.4s;
}
.dropdown-menu.dropdown-animated.pop-effect.opened {
  animation: pop-open 0.4s;
  -webkit-animation: pop-open 0.4s;
}
.dropdown-menu.dropdown-animated.pop-effect.closed {
  animation: pop-close 0.4s;
  -webkit-animation: pop-close 0.4s;
}
.dropdown-menu.dropdown-animated.fade-effect.opened {
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
}
.dropdown-menu.dropdown-animated.fade-effect.closed {
  animation: fadeOut 0.4s;
  -webkit-animation: fadeOut 0.4s;
}
.dropdown-menu.pull-right:before,
.dropdown-menu.dropdown-menu-right:before {
  right: 12px;
  left: auto;
}
.dropdown-menu.pull-right:after,
.dropdown-menu.dropdown-menu-right:after {
  right: 13px;
  left: auto;
}
.dropdown-menu > li > a {
  color: #8b97ae;
  font-size: 12px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #eef4f5;
  color: #666f75;
}
.dropdown-menu .divider {
  background-color: #e4eef0;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #ffb038;
}
.dropdown-header {
  color: #99a1b8;
}
.dropdown-hover .dropdown-menu {
  margin-top: 0;
}
.dropup .dropdown-menu:before {
  border-top: 7px solid #eaeef1;
  border-bottom: 0;
  top: auto;
  bottom: -7px;
}
.dropup .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  top: auto;
  bottom: -6px;
}
.open .dropdown-menu.dropdown-animated {
  visibility: visible;
}
.pull-right .dropdown-menu:before {
  right: 12px;
  left: auto;
}
.pull-right .dropdown-menu:after {
  right: 13px;
  left: auto;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background: #f6f9fa;
  border-color: #e4eef0;
}
.table thead > tr > th {
  border-bottom: 0;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding-left: 12px;
  padding-right: 12px;
  border-top-color: #e4eef0;
}
.table > tbody > tr > td.v-top,
.table > tbody > tr > th.v-top,
.table > tfoot > tr > td.v-top,
.table > tfoot > tr > th.v-top,
.table > thead > tr > td.v-top,
.table > thead > tr > th.v-top {
  vertical-align: top;
}
.table > tbody > tr > td.v-middle,
.table > tbody > tr > th.v-middle,
.table > tfoot > tr > td.v-middle,
.table > tfoot > tr > th.v-middle,
.table > thead > tr > td.v-middle,
.table > thead > tr > th.v-middle {
  vertical-align: middle;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f6f9fa;
}
.table-bordered {
  border-color: #e4eef0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9fafb;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-color: #e4eef0;
}
.table-hover > tbody > tr:hover {
  background-color: #f6f9fa;
}
@media (max-width: 767px) {
  .table-responsive {
    -webkit-overflow-scrolling: touch;
  }
}
.table-gray > thead > tr {
  background-color: #95a4b8;
  color: #fff;
}
.table-dark > thead > tr {
  background-color: #32465b;
  color: #fff;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #e4eef0;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #666f75;
}
.dataTables_wrapper .row {
  margin-left: 0;
  margin-right: 0;
}
.dataTables_wrapper .row .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_processing {
  font-size: 12px;
  color: #666f75;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
  padding: 15px 0 5px;
}
.dataTables_wrapper .dataTables_length label,
.dataTables_wrapper .dataTables_filter label {
  font-weight: 400;
}
.dataTables_wrapper .dataTables_length select {
  display: inline-block;
  width: 70px;
}
.dataTables_wrapper .dataTables_filter input[type=search] {
  display: inline-block;
  width: 150px;
}
@media (max-width: 767px) {
  .dataTables_wrapper .dataTables_filter {
    padding-bottom: 15px;
  }
}
.dataTables_wrapper .dataTables_info {
  padding-top: 18px;
}
.dataTables_wrapper .dataTables_paginate {
  padding: 10px 0 5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0;
  border: 0 !important;
  margin-left: 0;
  min-width: 0;
  display: inline;
}
.dataTables_wrapper .dataTables_paginate .paginate_button a {
  z-index: 1;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  background: none !important;
}
.dataTables_wrapper .dataTables_paginate .pagination {
  margin: 0;
}
table.dataTable.no-footer {
  border-bottom-color: #e4eef0;
}
@media (max-width: 767px) {
  table.dataTable.no-footer {
    border-bottom: 0;
  }
}
.form-horizontal .control-label {
  font-weight: 400;
}
@media (min-width: 768px) {
  .form-horizontal .file-wrap {
    margin-top: 6px;
  }
}
.form-control {
  border-color: #e4eef0;
  font-size: 12px;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: none;
  -webkit-box-shadow: none;
  transition: none;
  -webkit-transition: none;
}
.form-control:not(select) {
  -webkit-appearance: none;
}
.form-control:focus {
  background-color: #fff;
  border-color: #e4eef0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #99a1b8;
  font-size: 12px;
}
.form-control::-moz-placeholder {
  color: #99a1b8;
  font-size: 12px;
}
.form-control:-ms-input-placeholder {
  color: #99a1b8;
  font-size: 12px;
}
.form-control.input-rounded {
  border-radius: 50em;
}
.form-control.input-white {
  background-color: #fff;
}
.form-control.input-hover-border:focus {
  border-color: #ffb038;
}
.form-control.input-hover-border.input-hover-2x:focus {
  box-shadow: 0 0 0 1px #ffb038 inset;
  -webkit-box-shadow: 0 0 0 1px #ffb038 inset;
}
.form-control.input-hover-2x:focus {
  box-shadow: 0 0 0 1px #e4eef0 inset;
  -webkit-box-shadow: 0 0 0 1px #e4eef0 inset;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #ebf2f4;
  opacity: 1;
  color: #98a6ad;
  text-shadow: 0 1px #fff;
  font-weight: 400;
}
.form-input-group .form-control + .form-control {
  border-top: 0;
}
.form-group-lg .form-control,
.input-lg {
  font-size: 16px;
}
.form-group-lg .form-control::-webkit-input-placeholder,
.input-lg::-webkit-input-placeholder {
  font-size: 16px;
}
.form-group-lg .form-control::-moz-placeholder,
.input-lg::-moz-placeholder {
  font-size: 16px;
}
.form-group-lg .form-control:-ms-input-placeholder,
.input-lg:-ms-input-placeholder {
  font-size: 16px;
}
.form-group-lg .form-control {
  border-radius: 2px;
}
.input-lg.font-14 {
  font-size: 14px;
}
.input-lg.font-14::-webkit-input-placeholder {
  font-size: 14px;
}
.input-lg.font-14::-moz-placeholder {
  font-size: 14px;
}
.input-lg.font-14:-ms-input-placeholder {
  font-size: 14px;
}
.form-control-feedback {
  color: #98a6ad;
  line-height: 34px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #9acf54;
}
.has-success .form-control {
  border-color: #9acf54;
  background-color: #fff;
}
.has-success .form-control:focus {
  border-color: #9acf54;
}
.has-success .form-control.input-hover-2x:focus {
  box-shadow: 0 0 0 1px #9acf54 inset;
  -webkit-box-shadow: 0 0 0 1px #9acf54 inset;
}
.has-success .form-control-feedback {
  color: #9acf54;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #f0c400;
}
.has-warning .form-control {
  border-color: #f0c400;
  background-color: #fff;
}
.has-warning .form-control:focus {
  border-color: #f0c400;
}
.has-warning .form-control.input-hover-2x:focus {
  box-shadow: 0 0 0 1px #f0c400 inset;
  -webkit-box-shadow: 0 0 0 1px #f0c400 inset;
}
.has-warning .form-control-feedback {
  color: #f0c400;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #d37388;
}
.has-error .form-control {
  border-color: #d37388;
  background-color: #fff;
}
.has-error .form-control:focus {
  border-color: #d37388;
}
.has-error .form-control.input-hover-2x:focus {
  box-shadow: 0 0 0 1px #d37388 inset;
  -webkit-box-shadow: 0 0 0 1px #d37388 inset;
}
.has-error .form-control-feedback {
  color: #d37388;
}
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: none;
}
.help-block {
  color: #99a1b8;
}
.input-group-addon {
  background-color: #fff;
  border-color: #e4eef0;
  font-size: inherit;
}
.input-group-btn.font-12 .btn {
  padding-top: 7px;
  padding-bottom: 8px;
}
.input-link-in {
  position: relative;
}
.input-link-in .form-control {
  padding-right: 40px;
}
.input-link-in .form-control.input-sm + .link-in {
  top: 7px;
}
.input-link-in .form-control.input-lg + .link-in {
  top: 15px;
}
.input-link-in .link-in {
  position: absolute;
  right: 13px;
  top: 9px;
  color: #99a1b8;
  text-decoration: none;
}
.input-link-in .link-in:hover,
.input-link-in .link-in:focus {
  color: #666f75;
}
button {
  outline: none;
}
.btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 2px;
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3);
}
.btn .loading-spinner {
  display: none;
}
.btn.loading .loading-spinner {
  display: inline-block;
}
.btn-flat {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.btn-lg {
  font-size: 16px;
  padding-left: 35px;
  padding-right: 35px;
}
.btn-lg.font-14 {
  font-size: 14px;
}
.btn-rounded {
  border-radius: 50em;
}
.btn-icon {
  padding: 0;
  text-align: center;
  width: 31px;
  height: 31px;
  line-height: 31px;
  font-size: 14px;
}
.btn-icon.width-md {
  width: 40px;
}
.btn-icon.btn-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}
.btn-width-md {
  width: 170px;
}
.btn-main {
  background-color: #ffb038;
  border-color: #ffaa29;
  color: #fff;
}
.btn-main.active,
.btn-main.focus,
.btn-main:active,
.btn-main:focus,
.btn-main:hover {
  background-color: #ffa61f;
  border-color: #ffb038;
  color: #ffffff;
}
.btn-default {
  border-color: #dae8eb;
  color: #666f75;
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
  background-color: #f6f9fa;
  border-color: #dae8eb;
  color: #666f75;
}
.btn-primary {
  border-color: #5090f7;
  background-color: #5090f7;
  color: #fff;
}
.btn-primary:not(.btn-shadow).active,
.btn-primary:not(.btn-shadow).focus,
.btn-primary:not(.btn-shadow):active,
.btn-primary:not(.btn-shadow):focus,
.btn-primary:not(.btn-shadow):hover {
  background-color: #3881f6;
  border-color: #5090f7;
}
.btn-success {
  border-color: #56cf87;
  background-color: #56cf87;
  color: #fff;
}
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
  background-color: #42c979;
  border-color: #56cf87;
}
.btn-info {
  border-color: #64d4e4;
  background-color: #64d4e4;
  color: #fff;
}
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover {
  background-color: #4ecee0;
  border-color: #64d4e4;
}
.btn-warning {
  border-color: #ffb038;
  background-color: #ffb038;
  color: #fff;
}
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
  background-color: #ffa61f;
  border-color: #ffb038;
}
.btn-danger {
  border-color: #fd7a7b;
  background-color: #fd7a7b;
  color: #fff;
}
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
  background-color: #fd6162;
  border-color: #fd7a7b;
}
.btn-orange {
  border-color: #f08a61;
  background-color: #f08a61;
  color: #fff;
}
.btn-orange.active,
.btn-orange.focus,
.btn-orange:active,
.btn-orange:focus,
.btn-orange:hover {
  background-color: #ee794a;
  border-color: #f08a61;
  color: #fff;
}
.btn-gray {
  border-color: #95a4b8;
  background-color: #95a4b8;
  color: #fff;
}
.btn-gray.active,
.btn-gray.focus,
.btn-gray:active,
.btn-gray:focus,
.btn-gray:hover {
  background-color: #8697ae;
  border-color: #95a4b8;
  color: #fff;
}
.btn-dark {
  border-color: #32465b;
  background-color: #32465b;
  color: #fff;
}
.btn-dark.active,
.btn-dark.focus,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover {
  background-color: #29394b;
  border-color: #32465b;
  color: #fff;
}
.btn-fb {
  border-color: #3b5998;
  background-color: #3b5998;
  color: #fff;
}
.btn-fb.active,
.btn-fb.focus,
.btn-fb:active,
.btn-fb:focus,
.btn-fb:hover {
  background-color: #344e86;
  border-color: #3b5998;
}
.btn-link {
  border-color: transparent !important;
  box-shadow: none !important;
  color: #ffb038;
}
.btn-link:hover,
.btn-link:focus {
  background-color: transparent;
  color: #ffb038;
}
.btn-static,
.btn-static:hover,
.btn-static:hover {
  color: #666f75 !important;
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  cursor: default;
  font-family: 'ABeeZee', sans-serif;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  background-color: #f6f9fa;
  border-color: #dae8eb;
  color: #666f75;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  background-color: #3881f6;
  border-color: #5090f7;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info,
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  background-color: #4ecee0;
  border-color: #64d4e4;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  background-color: #42c979;
  border-color: #56cf87;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning,
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  background-color: #ffa61f;
  border-color: #ffb038;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger,
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  background-color: #fd6162;
  border-color: #fd7a7b;
}
.btn-gray.active,
.btn-gray:active,
.open > .dropdown-toggle.btn-gray,
.btn-gray.active.focus,
.btn-gray.active:focus,
.btn-gray.active:hover,
.btn-gray:active.focus,
.btn-gray:active:focus,
.btn-gray:active:hover,
.open > .dropdown-toggle.btn-gray.focus,
.open > .dropdown-toggle.btn-gray:focus,
.open > .dropdown-toggle.btn-gray:hover {
  background-color: #8697ae;
  border-color: #95a4b8;
}
.btn-dark.active,
.btn-dark:active,
.open > .dropdown-toggle.btn-dark,
.btn-dark.active.focus,
.btn-dark.active:focus,
.btn-dark.active:hover,
.btn-dark:active.focus,
.btn-dark:active:focus,
.btn-dark:active:hover,
.open > .dropdown-toggle.btn-dark.focus,
.open > .dropdown-toggle.btn-dark:focus,
.open > .dropdown-toggle.btn-dark:hover {
  background-color: #29394b;
  border-color: #32465b;
}
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:active,
.open > .dropdown-toggle.btn-default.active {
  background-color: #f6f9fa;
  border-color: #e4eef0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  border-left-color: rgba(0, 0, 0, 0.05);
}
.btn-group .btn:hover {
  border-color: rgba(0, 0, 0, 0.05);
}
.checkbox label,
.radio label {
  min-height: 0;
}
.checkbox input[type=checkbox] {
  margin-top: 3px;
}
.checkbox.font-12 input[type=checkbox] {
  margin-top: 2px;
}
.radio input[type=radio] {
  margin-top: 3px;
}
.radio.font-12 input[type=radio] {
  margin-top: 2px;
}
.checkbox label,
.checkbox-inline label,
.radio label,
.radio-inline label {
  margin-bottom: 0;
}
.font-12 .checkbox input[type=checkbox],
.font-12 .checkbox-inline input[type=checkbox] {
  margin-top: 2px;
}
.font-12 .radio input[type=radio],
.font-12 .radio-inline input[type=radio] {
  margin-top: 2px;
}
.checkbox .custom-checkbox {
  padding-left: 20px;
}
.custom-checkbox {
  display: inline;
}
.custom-checkbox label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  margin-left: -20px;
  font-weight: 400;
  display: inherit;
}
.custom-checkbox label:before,
.custom-checkbox label:after {
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  top: -3px;
  left: 0;
}
.custom-checkbox label:before {
  content: '\f096';
  color: #d0d6d9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.custom-checkbox label:after {
  content: '\f046';
  width: 0;
  overflow: hidden;
  opacity: 0.5;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.custom-checkbox.no-animation label:after {
  transition: none !important;
  -webkit-transition: none !important;
}
.custom-checkbox.checkbox-green input[type="checkbox"]:checked + label:after {
  color: #56cf87;
}
.custom-checkbox.checkbox-red input[type="checkbox"]:checked + label:after {
  color: #fd7a7b;
}
.custom-checkbox.checkbox-yellow input[type="checkbox"]:checked + label:after {
  color: #ffb038;
}
.custom-checkbox input[type="checkbox"] {
  display: none;
}
.custom-checkbox input[type="checkbox"]:checked + label:after {
  width: 25px;
  opacity: 1;
  color: #ffb038;
}
.custom-checkbox input[type="checkbox"].disabled + label:before,
.custom-checkbox input[type="checkbox"][disabled] + label:before {
  opacity: 0.6;
}
.custom-checkbox.font-12 label:before,
.custom-checkbox.font-12 label:after {
  top: -4px;
}
@media (min-width: 768px) {
  .form-inline .custom-checkbox label {
    margin-left: 0;
    padding-left: 20px;
  }
}
.radio .custom-radio {
  padding-left: 20px;
}
.custom-radio {
  display: inline-block;
  padding-right: 20px;
  font-size: 18px;
  cursor: pointer;
}
.custom-radio.radio-green input[type=radio]:checked + label:before {
  border-color: #56cf87;
}
.custom-radio.radio-green label:after {
  background-color: #56cf87;
}
.custom-radio.radio-red input[type=radio]:checked + label:before {
  border-color: #fd7a7b;
}
.custom-radio.radio-red label:after {
  background-color: #fd7a7b;
}
.custom-radio.radio-yellow input[type=radio]:checked + label:before {
  border-color: #ffb038;
}
.custom-radio.radio-yellow label:after {
  background-color: #ffb038;
}
.custom-radio:hover label:after {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  opacity: .5;
}
.custom-radio input[type=radio] {
  display: none;
}
.custom-radio input[type=radio]:checked + label:before {
  border-color: #ffb038;
}
.custom-radio input[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.custom-radio input[type=radio].disabled + label:before,
.custom-radio input[type=radio][disabled] + label:before {
  opacity: 0.6;
}
.custom-radio input[type=radio].disabled + label:after,
.custom-radio input[type=radio][disabled] + label:after {
  display: none;
}
.custom-radio label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  margin-left: -20px;
  display: inline;
  font-weight: 400;
}
.custom-radio label:before {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  border: 1px solid #c4cbcf;
  border-radius: 50em;
  background-color: #fff;
  -webkit-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out;
}
.custom-radio label:after {
  content: '';
  width: 9px;
  height: 9px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: block;
  margin: 2px;
  border-radius: 50%;
  background-color: #ffb038;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 768px) {
  .form-inline .custom-radio label {
    margin-left: 0;
    padding-left: 20px;
  }
}
.switch-toggle {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  margin-bottom: 0;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
.switch-toggle input {
  opacity: 0;
  position: absolute;
}
.switch-toggle input + span {
  position: relative;
  display: inline-block;
  top: 2px;
  width: 1.65em;
  height: 1em;
  font-size: 18px;
  background: white;
  box-shadow: inset 0 0 0 0.0625em #e4eef0;
  border-radius: 0.5em;
  vertical-align: -0.15em;
  transition: all 0.4s cubic-bezier(0.17, 0.67, 0.43, 0.98);
}
.switch-toggle input + span:after {
  position: absolute;
  display: block;
  content: '';
  width: 0.875em;
  height: 0.875em;
  border-radius: 0.4375em;
  top: 0.0625em;
  left: 0.0625em;
  background: white;
  box-shadow: inset 0 0 0 0.03em rgba(0, 0, 0, 0.1), 0 0 0.05em rgba(0, 0, 0, 0.05), 0 0.1em 0.2em rgba(0, 0, 0, 0.2);
  transition: all 0.25s ease-out;
}
.switch-toggle input:checked + span {
  box-shadow: inset 0 0 0 0.73em #ffb038;
}
.switch-toggle input:checked + span:after {
  left: 0.7125em;
}
.switch-toggle.switch-md input + span {
  font-size: 21px;
}
.switch-toggle.switch-lg input + span {
  font-size: 24px;
}
.switch-toggle.switch-green input:checked + span {
  box-shadow: inset 0 0 0 0.73em #56cf87;
}
.switch-toggle.switch-red input:checked + span {
  box-shadow: inset 0 0 0 0.73em #fd7a7b;
}
.switch-toggle.switch-yellow input:checked + span {
  box-shadow: inset 0 0 0 0.73em #ffb038;
}
.switch-toggle:active input + span,
.switch-toggle input + span:active {
  box-shadow: inset 0 0 0 0.73em #e9e9e9;
}
.switch-toggle:active input + span:after,
.switch-toggle input + span:active:after {
  width: 1.15em;
}
.switch-toggle:active input:checked + span:after,
.switch-toggle input:checked + span:active:after {
  left: 0.4375em;
}
.form-horizontal .switch-toggle {
  padding-top: 4px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #e4eef0;
}
.select2-container--default.select2-container--open .select2-selection--single {
  background-color: #fff;
}
.select2-container--default .select2-selection--single {
  border-color: #e4eef0;
  background-color: #ffffff;
  border-radius: 2px;
  height: 34px;
}
.select2-container--default .select2-selection--single:focus {
  outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
  color: #666f75;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-bottom-color: #666f75;
}
.select2-container--default .select2-selection--multiple {
  border-color: #e4eef0;
  background-color: #ffffff;
  border-radius: 2px;
  height: 34px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 6px;
  background-color: #fff;
  border: 1px solid #e4eef0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #99a1b8;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #666f75;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ffb038;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #eef4f5;
  color: #666f75;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #e4eef0;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: none;
}
.select2-dropdown {
  border-color: #e4eef0;
}
.select2-results__option {
  font-size: 12px;
}
.slider.slider-horizontal .slider-track {
  height: 7px;
}
.slider.slider-vertical .slider-track {
  width: 7px;
}
.slider-handle {
  background: #fff;
  box-shadow: inset 0 0 0 0.03em rgba(0, 0, 0, 0.1), 0 0 0.05em rgba(0, 0, 0, 0.05), 0 0.1em 0.2em rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 0 0.03em rgba(0, 0, 0, 0.1), 0 0 0.05em rgba(0, 0, 0, 0.05), 0 0.1em 0.2em rgba(0, 0, 0, 0.2);
}
.slider-selection {
  background: #ffb038;
}
.slider-track-high,
.slider-track-low {
  background: #ffffff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.slider.slider-horizontal .slider-handle,
.slider.slider-horizontal .slider-tick {
  margin-top: -7px;
}
.slider.slider-vertical .slider-handle,
.slider.slider-vertical .slider-tick {
  margin-left: -7px;
}
@media (min-width: 768px) {
  .form-horizontal .slider-input-wrap {
    margin-top: 5px;
  }
}
.bootstrap-datetimepicker-widget {
  font-size: 12px;
  min-width: 280px;
}
.bootstrap-datetimepicker-widget:before,
.bootstrap-datetimepicker-widget:after {
  display: none !important;
}
.bootstrap-datetimepicker-widget .picker-switch {
  font-weight: 400;
}
.bootstrap-datetimepicker-widget .dow {
  background-color: #f6f9fa;
  border-radius: 0;
  font-weight: 400;
  text-transform: uppercase;
}
.bootstrap-datetimepicker-widget .dow:nth-child(even) {
  background-color: #e4eef0;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background-color: #f6f9fa;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #f6f9fa;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background-color: #f6f9fa;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #ffb038;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #ffb038;
  text-shadow: none;
}
.bootstrap-datetimepicker-widget a {
  color: #99a1b8;
}
.bootstrap-datetimepicker-widget a:hover,
.bootstrap-datetimepicker-widget a:focus {
  color: #666f75;
}
.bootstrap-tagsinput {
  border-radius: 2px;
  border-color: #e4eef0;
  background-color: #ffffff;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.bootstrap-tagsinput .tag {
  background-color: #ffb038;
}
.bootstrap-tagsinput input[type=text] {
  width: auto !important;
}
.dropzone {
  border: 2px dashed #e4eef0;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  background: linear-gradient(to bottom, #f6f9fa, #e4eef0);
}
.dropzone .dz-preview .dz-details {
  color: #666f75;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid #e4eef0;
  background-color: #ffffff;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: #fff;
}
.note-editor {
  border-color: #e4eef0;
}
.note-editor .note-toolbar {
  border-bottom-color: #e4eef0;
  background-color: #f6f9fa;
}
.note-editor .note-editable {
  min-height: 120px;
}
.note-editor .note-statusbar {
  background-color: #f6f9fa;
}
.note-editor .note-statusbar .note-resizebar {
  border-top-color: #e4eef0;
}
.note-popover .popover .popover-content .dropdown-menu.note-check li a i,
.note-toolbar .dropdown-menu.note-check li a i {
  color: #ffb038;
}
.tp-caption.WebProduct-Title,
.WebProduct-Title {
  font-family: 'Quicksand', sans-serif;
}
.tp-caption.WebProduct-Title.font-header,
.WebProduct-Title.font-header {
  font-family: 'Montserrat', sans-serif;
}
.tp-caption.NotGeneric-Title,
.NotGeneric-Title {
  font-family: 'Montserrat', sans-serif;
}
.tp-caption.NotGeneric-SubTitle,
.NotGeneric-SubTitle {
  font-family: 'Quicksand', sans-serif;
}
.tp-caption.WebProduct-Content,
.WebProduct-Content {
  font-family: 'Quicksand', sans-serif;
}
.tp-caption.Newspaper-Title-Centered,
.Newspaper-Title-Centered {
  font-family: inherit;
}
.tp-caption.Newspaper-Subtitle,
.Newspaper-Subtitle {
  font-family: 'Montserrat', sans-serif;
  color: rgba(255, 176, 56, 0.7);
}
.tp-bannertimer {
  background-color: rgba(255, 176, 56, 0.5);
}
.tp-caption.Newspaper-Button,
.Newspaper-Button {
  background-color: #ffb038;
  color: #fff !important;
  transition: background-color 0.2s, color 0.2s;
  -webkit-transition: background-color 0.2s, color 0.2s;
}
.tp-caption.Newspaper-Button:hover,
.Newspaper-Button:hover {
  background-color: #fff !important;
  color: #666f75 !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
@media (max-width: 767px) {
  .block-xs {
    display: block;
  }
}
.parallax-bg {
  position: static;
  background-attachment: fixed;
}
.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.pointer {
  cursor: pointer;
}
.img-50 {
  width: 50px;
  height: 50px;
}
.img-70 {
  width: 70px;
  height: 70px;
}
.text-action {
  cursor: pointer;
}
.text-action:hover {
  color: #666f75;
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-left-sm {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-center-sm {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .text-left-xs {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }
}
.text-hover:hover {
  color: #666f75;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .no-pull-xs {
    float: none !important;
  }
}
.text-upper {
  text-transform: uppercase;
}
.text-main {
  color: #ffb038;
}
.text-white {
  color: #fff;
}
.text-dark {
  color: #344760;
}
.text-green {
  color: #56cf87;
}
.text-normal {
  color: #666f75;
}
.text-muted {
  color: #99a1b8;
}
.text-primary {
  color: #5090f7;
}
.text-success {
  color: #56cf87;
}
.text-info {
  color: #64d4e4;
}
.text-warning {
  color: #ffb038;
}
.text-danger {
  color: #fd7a7b;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
}
.line-2x {
  line-height: 2em;
}
.line-1 {
  line-height: 1;
}
.line-24 {
  line-height: 24px;
}
.line-28 {
  line-height: 28px;
}
.line-32 {
  line-height: 32px;
}
.section-bordered {
  border-top: 1px solid #e4eef0;
}
.section-padding {
  padding: 60px 0;
}
.section-padding.padding-sm {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-padding.padding-xs {
  padding-top: 25px;
  padding-bottom: 25px;
}
.text-spacing-2 {
  letter-spacing: 2px;
}
.content-front {
  position: relative;
  z-index: 2;
}
.bg-main {
  background-color: #ffb038;
  color: #fff;
}
.bg-main .text-muted {
  color: rgba(255, 255, 255, 0.8);
}
.bg-main-transparent {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 176, 56, 0.85);
}
.bg-white {
  background-color: #fff;
}
.bg-light {
  background-color: #f6f9fa;
}
.bg-dark {
  background-color: #32465b;
  color: #d9f1f8;
}
.bg-dark2 {
  background-color: #2f4154;
}
.bg-dark3 {
  background-color: #273645;
}
.bg-primary {
  background-color: #5090f7;
  color: #fff;
}
.bg-primary .text-muted {
  color: #5090f7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #5090f7;
}
.bg-info {
  background-color: #64d4e4;
  color: #fff;
}
.bg-info .text-muted {
  color: #d9f1f8;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #64d4e4;
}
.bg-success {
  background-color: #56cf87;
  color: #fff;
}
.bg-success .text-muted {
  color: #d9f1f8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #56cf87;
}
.bg-warning {
  background-color: #ffb038;
  color: #fff;
}
.bg-warning .text-muted {
  color: #d9f1f8;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #ffb038;
}
.bg-danger {
  background-color: #fd7a7b;
  color: #fff;
}
.bg-danger .text-muted {
  color: #d9f1f8;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #fd7a7b;
}
.bg-orange {
  background-color: #f08a61;
  color: #fff;
}
.bg-orange .text-muted {
  color: #d9f1f8;
}
.bg-purple {
  background-color: #936fca;
  color: #fff;
}
.bg-purple .text-muted {
  color: #d9f1f8;
}
.bg-gray {
  background-color: #95a4b8;
  color: #d9f1f8;
}
.bg-gray2 {
  background-color: #667b99;
  color: #d9f1f8;
}
.font-10 {
  font-size: 10px;
}
.font-11 {
  font-size: 11px;
}
.font-12 {
  font-size: 12px;
}
.font-13 {
  font-size: 13px;
}
.font-14 {
  font-size: 14px;
}
.font-16 {
  font-size: 16px;
}
.font-normal {
  font-weight: 400;
}
.font-light {
  font-weight: 300;
}
.font-semi-bold {
  font-weight: 600;
}
.font-italic {
  font-style: italic;
}
.font-header {
  font-family: 'Montserrat', sans-serif;
}
.font-main {
  font-family: 'Quicksand', sans-serif;
}
@media (max-width: 767px) {
  .h3-xs {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .h4-xs {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .h5-xs {
    font-size: 14px;
    line-height: 24px;
  }
}
.b-all {
  border: 1px solid #e4eef0;
}
.b-t {
  border-top: 1px solid #e4eef0;
}
.b-b {
  border-bottom: 1px solid #e4eef0;
}
.b-l {
  border-left: 1px solid #e4eef0;
}
.b-r {
  border-right: 1px solid #e4eef0;
}
.b-lr {
  border-width: 0 1px;
}
.no-b {
  border: 0;
}
.no-b-t {
  border-top: 0;
}
.no-b-l {
  border-left: 0;
}
.no-b-r {
  border-right: 0;
}
.no-b-b {
  border-bottom: 0;
}
.b-r-t {
  border-radius: 4px 4px 0 0;
}
.b-r-b {
  border-radius: 0 0 4px 4px;
}
.m-u-1 {
  position: relative;
  top: -1px;
}
.m-u-2 {
  position: relative;
  top: -2px;
}
.m-d-1 {
  position: relative;
  top: 1px;
}
.m-d-2 {
  position: relative;
  top: 2px;
}
.m-d-3 {
  position: relative;
  top: 3px;
}
.m-t-5 {
  margin-top: 5px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-t-60 {
  margin-top: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .m-t-10-sm {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .m-t-15-sm {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .m-t-30-sm {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .m-t-10-xs {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .m-t-15-xs {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .m-t-30-xs {
    margin-top: 30px;
  }
}
.m-t-r-10 {
  margin-top: -10px;
}
.m-t-r-20 {
  margin-top: -20px;
}
.m-t-r-30 {
  margin-top: -30px;
}
.m-t-r-40 {
  margin-top: -40px;
}
.m-t-r-50 {
  margin-top: -50px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-l-30 {
  margin-left: 30px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-r-30 {
  margin-right: 30px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-40 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .m-b-10-xs {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .m-b-15-xs {
    margin-bottom: 15px;
  }
}
.no-m {
  margin: 0;
}
.no-m-t {
  margin-top: 0;
}
.no-m-l {
  margin-left: 0;
}
.no-m-r {
  margin-right: 0;
}
.no-m-b {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .no-m-sm {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .no-m-xs {
    margin: 0;
  }
}
.p-10 {
  padding: 10px;
}
.p-15 {
  padding: 10px;
}
.p-20 {
  padding: 20px;
}
.p-30 {
  padding: 30px;
}
.p-t-5 {
  padding-top: 5px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-t-30 {
  padding-top: 30px;
}
.p-b-70 {
  padding-bottom: 70px;
}
.p-l-5 {
  padding-left: 5px;
}
.p-l-10 {
  padding-left: 10px;
}
.p-r-5 {
  padding-right: 5px;
}
.p-r-10 {
  padding-right: 10px;
}
.p-tb-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.p-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-tb-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.p-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.p-lr-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.p-lr-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.p-lr-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.p-lr-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.no-p {
  padding: 0;
}
.no-p-t {
  padding-top: 0;
}
.no-p-l {
  padding-left: 0;
}
.no-p-r {
  padding-right: 0;
}
.no-p-b {
  padding-bottom: 0;
}
.no-p-tb {
  padding-top: 0;
  padding-bottom: 0;
}
.no-p-lr {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .p-l-10-xs {
    padding-left: 10px;
  }
}
.animation-delay1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.animation-delay2 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.animation-delay3 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
