@import url("https://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700");

/*font-family: 'PT Sans Caption', sans-serif;*/

body {
  font-family: "PT Sans Caption", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  color: #777777;
  color: #7f7f7f;
  background: #fff;
  height: 100%;
  position: relative;
}

a {
  color: #fb9100;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #fb9100;
  outline: none;
}

p {
  margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "PT Sans Caption", sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #818892;
  background: #f9f6f0;
}

::-moz-selection {
  color: #818892;
  background: #f9f6f0;
}

::selection {
  color: #818892;
  background: #f9f6f0;
}

/*****************Onload Modal******************************/

#enquirypopup .modal-dialog {
  width: 400px;
  padding: 0px;
  position: relative;
}

#enquirypopup .modal-dialog {
  width: 400px;
  padding: 0px;
  position: relative;
}
#enquirypopup .modal-dialog:before {
  content: "";
  height: 0px;
  width: 0px;
  border-left: 50px solid #fb9100;
  border-right: 50px solid transparent;
  border-bottom: 50px solid transparent;
  position: absolute;
  top: 1px;
  left: -14px;
  z-index: 99;
}

.custom-modal-header {
  text-align: center;
  color: #fb9100;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-top: 6px solid;
}

#enquirypopup .modal-dialog .close {
  z-index: 99999999;
  color: #ffffff45;
  text-shadow: 0px 0px 0px;
  font-weight: normal;
  top: 6px;
  right: 8px;
  position: absolute;
  opacity: 1;
}

.custom-modal-header .modal-title {
  font-weight: bold;
  font-size: 22px;
  color: #444;
}

.custom-modal-header p {
  line-height: 26px;
  text-transform: none;
  letter-spacing: normal;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 23px;
}

#enquirypopup .modal-dialog:after {
  content: "";
  height: 0px;
  width: 0px;
  /* border-right: 50px solid rgba(255, 0, 0, 0.98); */
  border-right: 50px solid #fb9100;
  border-bottom: 50px solid transparent;
  position: absolute;
  top: 1px;
  right: -14px;
  z-index: 999999;
}

#enquirypopup .btn {
  font-size: 18px;
  padding: 10px 20px;
}

.form-group {
  margin-bottom: 15px !important;
}

.form-inline .form-control {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

/*******************Onload Modal****************************/

.edge--bottom {
  position: relative;
  z-index: 1;
}
.edge--bottom:after {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}
.edge--bottom:after {
  bottom: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}

.edge--bottom--reverse {
  position: relative;
  z-index: 1;
}
.edge--bottom--reverse:after {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}
.edge--bottom--reverse:after {
  bottom: 0;
  transform: skewY(1.5deg);
  transform-origin: 0 100%;
}

.edge--top {
  position: relative;
  z-index: 1;
}
.edge--top:before {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}
.edge--top:before {
  top: 0;
  transform: skewY(1.5deg);
  transform-origin: 100% 0;
}

.edge--top--reverse {
  position: relative;
  z-index: 1;
}
.edge--top--reverse:before {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}
.edge--top--reverse:before {
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0 0;
}

.edge--both {
  position: relative;
  z-index: 1;
}
.edge--both:before,
.edge--both:after {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}
.edge--both:before {
  top: 0;
  transform: skewY(1.5deg);
  transform-origin: 100% 0;
}
.edge--both:after {
  bottom: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}

.edge--both--reverse {
  position: relative;
  z-index: 1;
}
.edge--both--reverse:before,
.edge--both--reverse:after {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}
.edge--both--reverse:before {
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0 0;
}
.edge--both--reverse:after {
  bottom: 0;
  transform: skewY(1.5deg);
  transform-origin: 0 0;
}

#balto-header {
  position: absolute;
  z-index: 100;
  width: 100%;
  opacity: 1;
  top: 0;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #balto-header {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  }
  #balto-header .navbar-brand {
    color: #fb9100 !important;
  }
  #balto-header #balto-navbar li a {
    color: rgba(0, 0, 0, 0.5) !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #balto-header #balto-navbar li a:hover {
    color: #fb9100 !important;
  }
  #balto-header #balto-navbar li a span:before {
    background: transparent !important;
  }
  #balto-header #balto-navbar li.active a {
    background: transparent;
    background: none;
    color: #fb9100 !important;
  }
  #balto-header #balto-navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
#balto-header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
}
#balto-header #balto-navbar li a {
  font-family: "PT Sans Caption", sans-serif;
  color: rgba(255, 255, 255, 0.91);
  position: relative;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 25px;
}
#balto-header #balto-navbar li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}
#balto-header #balto-navbar li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-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;
}
#balto-header #balto-navbar li a:hover {
  color: #fff;
}
#balto-header #balto-navbar li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#balto-header #balto-navbar li.active a {
  background: transparent;
  background: none;
  color: #fff;
}
#balto-header #balto-navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#balto-header .navbar-brand {
  float: left;
  display: block;
  font-size: 30px;
  font-weight: 700;
  padding-left: 0;
  color: #fff;
  padding: 0px 0px;
}
#balto-header.navbar-fixed-top {
  position: fixed !important;
  background: #fff;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  top: 0;
  padding: 10px 0px 25px 0px;
}
#balto-header.navbar-fixed-top .navbar-brand {
  color: #fb9100;
}
#balto-header.navbar-fixed-top #balto-navbar li a {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#balto-header.navbar-fixed-top #balto-navbar li a:hover {
  color: #fb9100;
}
#balto-header.navbar-fixed-top #balto-navbar li.active a {
  background: transparent;
  background: none;
  color: #fb9100;
}
#balto-header.navbar-fixed-top #balto-navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #fb9100;
}
#balto-header .navbar-default {
  border: transparent;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 768px) {
  #balto-header .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
#balto-header .navbar-default .brand-slogan {
  margin: 28px 0 0 15px;
  float: left;
  letter-spacing: 2px;
  color: #adadad;
}
#balto-header .navbar-default .brand-slogan em {
  color: #fb9100;
  font-style: normal;
}
#balto-header a {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

/***************************************************/

.dropdown-menu {
  background-color: #fb9100;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  /* left: 0; */
}
.dropdown-menu.open {
  display: block; 
}

.dropdown-menu:before {
  position: absolute;
  top: 0;
}

.dropdown-menu > li {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3215686274509804);
}

.dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
  padding-top: 10px !important;
}

.dropdown-menu > li:hover > a,
.dropdown-menu > li:focus > a,
.dropdown-menu > li.active > a {
  background-color: #444;
  color: #fff;
}

.dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: transparent;
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
  /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
    display: block;
    -webkit-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
  }
}

/* lg */
@media (min-width: 1200px) {
  /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
    display: block;
    -webkit-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
  }
}

/***************************************************/

#balto-home {
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: inherit;
  width: 100%;
  background-color: #fb9100;
  color: #fff;
  overflow: hidden;
}

#balto-home .gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  opacity: 0.9;
  /*-webkit-backface-visibility: hidden;*/

  background: #fc4a1a; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #f7b733,
    #fc4a1a
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #f7b733,
    #fc4a1a
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#balto-home,
#balto-home .text-wrap {
  height: 550px;
}
#balto-home .text-wrap {
  display: table;
  width: 100%;
  position: relative;
  z-index: 4;
}
#balto-home .text-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#balto-home .text-inner a {
  color: white;
  /* border-bottom: 1px dashed rgba(255, 255, 255, 0.5); */
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#balto-home .text-inner a:hover,
#balto-home .text-inner a:active,
#balto-home .text-inner a:focus {
  text-decoration: none;
  color: white;
  border-bottom: 1px dashed white;
}
#balto-home .text-inner h1 {
  font-size: 50px;
  color: white;
  margin: 0 0 20px 0;
}
#balto-home .text-inner h2 {
  font-size: 34px;
  line-height: 38px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 5%;
}

.slant {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 2;
  display: inline-block;
  height: 70px;
  bottom: 0;
  margin-bottom: -35px;
  padding: 0;
  width: 101%;
}

#balto-intro {
  position: relative;
  bottom: 0;
  margin-top: 20px;
  z-index: 10;
  padding-bottom: 3em;
}
@media screen and (max-width: 768px) {
  #balto-intro {
    padding-bottom: 3em;
  }
}
#balto-intro > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
#balto-intro .balto-block {
  /*width: 33.33%;*/
  /*width: 50%;*/

  /*float: left;*/
  text-align: left;
  font-size: 16px;
  min-height: auto;
  vertical-align: middle;
  padding: 30px 20px 20px 30px;
  background: #fff;
  -webkit-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -ms-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -o-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  z-index: 7;
  flex-grow: 1;
  background-size: cover;
  position: relative;
  backgroun-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #balto-intro .balto-block {
    width: 100%;
  }
}

#balto-intro .balto-block > .overlay-darker {
  z-index: 8;
  opacity: 0.5;
  background: #474747;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#balto-intro .balto-block > .overlay {
  background: #ffffffd9;
  opacity: 1;
  z-index: 9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#balto-intro .balto-block > .balto-text {
  position: relative;
  z-index: 10;
}

#balto-intro .balto-block > .balto-text a {
  text-decoration: none;
}

#balto-intro .balto-block > .balto-text p {
  color: #fff;
}

#balto-intro .balto-block > .balto-text .balto-intro-icon {
  font-size: 93px;
  color: #fb9100;
  margin-bottom: 0px;
  display: block;
  margin-top: 0px;
}
#balto-intro .balto-block h2 {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 10px 0;
  color: #fff;
  text-transform: uppercase;
}

#balto-intro .balto-block:hover > .overlay,
#balto-intro .balto-block:focus > .overlay {
  opacity: 0;
  z-index: 9;
}
#balto-intro .balto-block:hover > .balto-text,
#balto-intro .balto-block:focus > .balto-text {
  color: #fff;
}
#balto-intro .balto-block:hover > .balto-text .balto-intro-icon,
#balto-intro .balto-block:focus > .balto-text .balto-intro-icon {
  color: #fff;
}
#balto-intro .balto-block:hover h2,
#balto-intro .balto-block:focus h2 {
  color: #fff;
}
#balto-intro .balto-block:hover .btn,
#balto-intro .balto-block:focus .btn {
  border: 2px solid #fff !important;
  background: transparent;
}
#balto-intro .balto-block:hover .btn:hover,
#balto-intro .balto-block:focus .btn:hover {
  background: #333333 !important;
  border: 2px solid #fb9100 !important;
}

/*********************************************************************************/

/*********************************************************************************/

/*****************************************************/

#services {
  position: relative;
  bottom: 0;
  margin-top: -100px;
  z-index: 12;
  padding-bottom: 3em;
}

.services-wrap:hover {
  -webkit-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  top: -15px;
}

#services .media-body a {
  text-decoration: none;
}

#services .lead,
#services h2 {
  color: #fff;
}

.services-wrap {
  padding: 25px 25px 25px 25px;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 40px;

  -webkit-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -ms-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -o-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
}

.services-wrap h3 {
  font-size: 20px;
  margin: 10px 0;
  text-transform: uppercase;
}

.services-wrap .pull-left {
  margin-right: 20px;
  margin-top: 10px;
}

.watch-video {
  text-align: center;
  width: 100%;
  display: block;
  float: left;
}
.watch-video span {
  display: block;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
}
.watch-video .btn-video {
  display: block;
  font-size: 60px;
  height: 120px;
  width: 120px;
  margin: 0 auto;
  border: 2px solid #333333;
  line-height: 0px;
  display: table;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.watch-video .btn-video i {
  color: #fb9100;
}

.watch-video .btn-video:hover,
.watch-video .btn-video:focus,
.watch-video .btn-video:active {
  text-decoration: none;
}
.watch-video .btn-video i {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  right: -9px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.watch-video .btn-video:hover i,
.watch-video .btn-video:focus i {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#balto-services,
#balto-testimonials,
#balto-counters,
#balto-work,
#balto-contact,
#balto-about {
  padding: 4em 0;
}
@media screen and (max-width: 768px) {
  #balto-services,
  #balto-testimonials,
  #balto-counters,
  #balto-work,
  #balto-contact,
  #balto-about {
    padding: 2em 0;
  }
}

#balto-services,
#balto-work,
#balto-counters {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #balto-services,
  #balto-work,
  #balto-counters {
    padding: 4em 0;
  }
}

#balto-services {
  background-color: #fb9100;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    100% 100%,
    color-stop(0, #3f95ea),
    color-stop(1, #fb9100)
  );
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(
    top left,
    #3f95ea 0%,
    #fb9100 100%
  );
  /* IE10+ */
  background-image: repeating-linear-gradient(
    to bottom right,
    #3f95ea 0%,
    #fb9100 100%
  );
  background-image: -ms-repeating-linear-gradient(
    top left,
    #3f95ea 0%,
    #fb9100 100%
  );
  overflow: hidden;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
}
#balto-services:before,
#balto-services:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}
#balto-services:before {
  top: 0;
  margin-top: -35px;
}
#balto-services:after {
  bottom: 0;
  margin-bottom: -35px;
}
#balto-services .balto-service {
  padding-right: 30px;
}
#balto-services h3 {
  font-size: 24px;
  color: #fff;
}
#balto-services .icon {
  font-size: 70px;
  margin-bottom: 30px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#balto-services .icon:before {
  color: #fff;
}
#balto-services .section-heading h2 {
  color: #fff;
}
#balto-services .section-heading h2.left-border:after {
  background: rgba(255, 255, 255, 0.3);
}

#balto-counters {
  background: #fb9100;
  overflow: hidden;
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  width: 100%;
  padding: 9em 0 10em 0;
}
@media screen and (max-width: 768px) {
  #balto-counters {
    padding: 4em 0;
  }
}
#balto-counters .balto-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
}
#balto-counters:before,
#balto-counters:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}
#balto-counters:before {
  top: 0;
  margin-top: -35px;
}
#balto-counters:after {
  bottom: 0;
  margin-bottom: -35px;
}
#balto-counters .section-heading {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
#balto-counters .section-heading h2 {
  color: #fff;
}
#balto-counters .section-heading h2:after {
  background: rgba(255, 255, 255, 0.3) !important;
}
#balto-counters .section-heading .subtext h3 {
  color: rgba(255, 255, 255, 0.7) !important;
}
#balto-counters .balto-counter {
  position: relative;
  z-index: 3;
  text-align: center;
}
@media screen and (max-width: 992px) {
  #balto-counters .balto-counter {
    margin-bottom: 50px;
    float: left;
    width: 100%;
  }
}
#balto-counters .balto-counter .balto-counter-icon,
#balto-counters .balto-counter .balto-counter-number,
#balto-counters .balto-counter .balto-counter-label {
  display: block;
}
#balto-counters .balto-counter .balto-counter-icon {
  font-size: 40px;
  color: #fb9100;
}
#balto-counters .balto-counter .balto-counter-number {
  font-size: 70px;
  color: #fff;
  font-weight: 300;
}
#balto-counters .balto-counter .balto-counter-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 400;
}

#balto-testimonials .box-testimony {
  margin-bottom: 2em;
  float: left;
}
#balto-testimonials .box-testimony a {
  color: rgba(255, 255, 255, 0.5);
}
#balto-testimonials .box-testimony a:hover,
#balto-testimonials .box-testimony a:focus,
#balto-testimonials .box-testimony a:active {
  color: white;
  text-decoration: none;
}
#balto-testimonials .box-testimony blockquote {
  padding-left: 0;
  border-left: none;
  padding: 30px;
  background: #fff;
  background: #333333;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
#balto-testimonials .box-testimony blockquote:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 40px;
  border-top: 10px solid black;
  border-top-color: #fff;
  border-top-color: #333333;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#balto-testimonials .box-testimony blockquote p {
  font-style: italic;
  color: #fff;
}
#balto-testimonials .box-testimony .author {
  line-height: 20px;
  color: black;
  font-size: 16px;
  margin-left: 20px;
  font-weight: 400;
}
#balto-testimonials .box-testimony .author a {
  color: #fb9100;
}
#balto-testimonials .box-testimony .author a:hover {
  text-decoration: underline;
}
#balto-testimonials .box-testimony .author > figure {
  float: left;
  margin-right: 10px;
}
#balto-testimonials .box-testimony .author > figure img {
  width: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#balto-testimonials .box-testimony .author p {
  float: left;
  margin-top: 10px;
}
#balto-testimonials .box-testimony .author .subtext {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 400 !important;
}

#balto-work {
  overflow: hidden;
  position: relative;
  color: rgba(255, 255, 255, 0.8);

  background: #fc4a1a; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #f7b733,
    #fc4a1a
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #f7b733,
    #fc4a1a
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  padding: 5% 0% 2% 0%;
  margin-bottom: 5em;
}

#balto-work a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}

#balto-work p {
  font-size: 18px;
  font-weight: normal;
  text-align: justify;
}

#balto-work a:hover {
  color: white;
}

/*
#balto-work:before, #balto-work:after {
position: absolute;
transform: rotate(-1.7deg);
-ms-transform: rotate(-1.7deg);
-webkit-transform: rotate(-1.7deg);
-o-transform: rotate(-1.7deg);
-moz-transform: rotate(-1.7deg);
background-color: #fff;
content: "";
z-index: 3;
display: inline-block;
height: 70px;
padding: 0;
width: 101%;
}*/
#balto-work:before {
  top: 0;
  margin-top: -35px;
}
#balto-work:after {
  bottom: 0;
  margin-bottom: -35px;
}
#balto-work .section-heading h2 {
  color: #fff;
}
#balto-work .section-heading h2:after {
  background: rgba(255, 255, 255, 0.3);
}
#balto-work .section-heading h3 {
  color: rgba(255, 255, 255, 0.8);
}
#balto-work .balto-project-item {
  display: block;
  width: 100%;
  position: relative;
  top: 0;
  background: #fff;
  overflow: hidden;
  z-index: 9;
  margin-bottom: 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#balto-work .balto-project-item img {
  z-index: 8;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#balto-work .balto-project-item .balto-text {
  padding: 10px 20px;
}
#balto-work .balto-project-item .balto-text h2,
#balto-work .balto-project-item .balto-text span {
  text-decoration: none !important;
}
#balto-work .balto-project-item .balto-text h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
#balto-work .balto-project-item .balto-text span {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 400;
}
#balto-work .balto-project-item:hover,
#balto-work .balto-project-item:focus {
  -webkit-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  top: -15px;
}
#balto-work .balto-project-item:hover img,
#balto-work .balto-project-item:focus img {
  opacity: 0.7;
}
#balto-work .balto-project-item:hover h2,
#balto-work .balto-project-item:hover span,
#balto-work .balto-project-item:focus h2,
#balto-work .balto-project-item:focus span {
  text-decoration: none !important;
}

.balto-person {
  border: 2px solid #f2f2f2;
  padding: 80px 30px 30px 30px;
  float: left;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .balto-person {
    margin-bottom: 3.5em;
  }
}
.balto-person figure {
  position: absolute;
  margin-top: -60px;
  top: 0;
  left: 50%;
  margin-left: -60px;
  display: block;
  margin-bottom: 50px;
}
.balto-person figure img {
  width: 120px;
  border: 2px solid #f2f2f2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.balto-person h3 {
  margin-bottom: 0px;
}
.balto-person .balto-position {
  color: #b3b3b3;
  display: block;
  margin-bottom: 20px;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 400;
}
.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #fb9100;
}

.btn {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
}

#balto-contact {
  padding-bottom: 0;
}
#balto-contact .balto-contact-info {
  padding: 0;
  margin: 0 0 1.5em 0;
}
#balto-contact .balto-contact-info li {
  position: relative;
  padding: 0;
  margin: 0 0 1.5em 0;
  padding-left: 50px;
  list-style: none;
}
#balto-contact .balto-contact-info li i {
  position: absolute;
  top: 0.2em;
  left: 0;
}

.section-heading {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  clear: both;
}
.section-heading h2 {
  margin: 0 0 30px 0;
  font-size: 50px;
  font-weight: 300;
  color: #444;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding-bottom: 20px;
  line-height: 1.5;
}
.section-heading h2.left-border:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background: #fb9100;
  left: 0%;
  margin-left: 0px;
  bottom: 0;
}
.section-heading h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background: #fb9100;
  left: 50%;
  margin-left: -40px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .section-heading h2 {
    font-size: 30px;
  }
}
.section-heading h3 {
  font-weight: 300;
  line-height: 1.5;
  color: #929292;
}
@media screen and (max-width: 768px) {
  .section-heading h3 {
    font-size: 24px !important;
    line-height: 34px;
  }
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.balto-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.balto-nav-toggle.active i::before,
.balto-nav-toggle.active i::after {
  background: #fb9100;
}
.balto-nav-toggle:hover,
.balto-nav-toggle:focus,
.balto-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.balto-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #fb9100;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fb9100;
  transition: all 0.2s ease-out;
}
.balto-nav-toggle i::before,
.balto-nav-toggle i::after {
  content: "";
  width: 25px;
  height: 3px;
  background: #fb9100;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.balto-nav-toggle i::before {
  top: -7px;
}

.balto-nav-toggle i::after {
  bottom: -7px;
}

.balto-nav-toggle:hover i::before {
  top: -10px;
}

.balto-nav-toggle:hover i::after {
  bottom: -10px;
}

.balto-nav-toggle.active i {
  background: transparent;
}

.balto-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.balto-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.balto-nav-toggle {
  position: absolute;
  top: 2px;
  right: 0px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 25px;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .balto-nav-toggle {
    display: block;
  }
} /*

#footer {
padding: 50px 0;
color: #7f7f7f;
position: relative;
}
#footer .gotop {
position: absolute;
top: -20px;
left: 50%;
margin-left: -40px;
background: #fff;
z-index: 8;
width: 80px;
height: 80px;
font-size: 30px;
padding-top: 5px;
text-align: center;
vertical-align: middle;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
#footer .gotop:hover, #footer .gotop:focus {
top: -25px;
text-decoration: none !important;
}
#footer .copyright {
font-size: 16px;
margin-bottom: 0px;
padding-bottom: 0;
}
*/
.btn {
  text-transform: uppercase;
  letter-spacing: normal;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #fb9100;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  box-shadow: none;
  background: #fb9100;
}
.btn:hover,
.btn:active,
.btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
  border-color: transparent;
}

.social {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
.social li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.social li a {
  font-size: 16px;
  display: table;
  width: 40px;
  height: 40px;
  margin: 0 4px;
}
.social li a i {
  display: table-cell;
  vertical-align: middle;
}
.social li a:hover,
.social li a:active,
.social li a:focus {
  text-decoration: none;
  border-bottom: none;
}
.social li a.social-box {
  background: #fb9100;
  color: #fff;
}
.social li a.social-circle {
  background: #fb9100;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.social li a:hover {
  background: #393e46 !important;
}
.social.social-box a {
  background: #fb9100;
  color: #fff;
}
.social.social-circle a {
  background: #fb9100;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;

  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.js .to-animate,
.js .to-animate-2,
.js .single-animate {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.balto-animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*==================
PROMO SECTION
====================*/

#aa-promo {
  position: relative;
  bottom: 0;
  margin-top: -150px;
  z-index: 10;
  padding-bottom: 7em;
}

#aa-promo .aa-promo-area {
  display: inline;
  float: left;
  padding: 30px 0;
  width: 100%;
}

#aa-promo .aa-promo-area .aa-promo-left {
  display: inline;
  float: left;
  width: 100%;
  height: 350px;
  overflow: hidden;
}
#aa-promo .aa-promo-area .aa-promo-left .aa-prom-content {
  top: 40% !important;
}
#aa-promo .aa-promo-area .aa-promo-middle {
  display: inline;
  float: left;
  width: 100%;
  height: 400px;
  background-color: #ddd;
}
#aa-promo .aa-promo-area .aa-promo-right {
  display: inline;
  float: left;
  width: 100%;
  height: 400px;
}
#aa-promo .aa-promo-area .aa-promo-right .aa-single-promo-right {
  width: 50%;
  height: 50%;
  float: left;
}
#aa-promo .aa-promo-area .aa-promo-banner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#aa-promo .aa-promo-area .aa-promo-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fc4a1ac4;
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#aa-promo .aa-promo-area .aa-promo-banner:hover img {
  /*  height: 120%;
width: 120%;
margin-left: -10%;
margin-top: -10%;*/
}
#aa-promo .aa-promo-area .aa-promo-banner:hover:before {
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  -webkit-transform: scale(2);
  transform: scale(2);
}
#aa-promo .aa-promo-area .aa-promo-banner img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-promo .aa-promo-area .aa-promo-banner .aa-prom-content {
  position: absolute;
  left: 0;
  top: 35%;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
  padding: 0px 20px 0px 20px;
}
#aa-promo .aa-promo-area .aa-promo-banner .aa-prom-content span {
  background-color: #fff;
  padding: 5px 10px;
}
#aa-promo .aa-promo-area .aa-promo-banner .aa-prom-content h4 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
#aa-promo .aa-promo-area .aa-promo-banner .aa-prom-content h4 a {
  color: #fff !important;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#aa-promo .aa-promo-area .aa-promo-banner .aa-prom-content h4 a:hover {
  color: #000 !important;
  text-decoration: none;
}

#aa-promo .aa-promo-area .aa-promo-banner .aa-prom-content p {
  color: #fff !important;
  font-size: 16px;
}

#aa-promo .aa-promo-area .aa-promo-banner .aa-prom-content p a {
  color: #fff !important;
}

/****************************************************/

#footer {
  padding-top: 18px;
  padding-bottom: 15px;
  color: #fff;
  background: #333333;
  font-size: 14px;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #fb9100;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}

/*********************************************/
#LoginModal {
}

.center {
  margin-top: 50px;
}

.modal-header {
  padding-bottom: 15px;
}

.modal-footer {
  padding: 0;
}

.modal-footer .btn-group button {
  height: 40px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: none;
  border-right: 1px solid #ddd;
}

.modal-footer .btn-group:last-child > button {
  border-right: 0;
}

.form-signin {
  max-width: 420px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.account-wall {
  margin-top: 0px;
  padding: 30px 0px 25px 0px;
  background-color: #f7f7f7;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

  background: #fc4a1a;
  background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a);
  background: linear-gradient(to right, #f7b733, #fc4a1a);
}

.account-wall .form-control {
  box-shadow: none;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
}

.login-title {
  color: #555;
  font-size: 18px;
  font-weight: 400;
  display: block;
}
.profile-img {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.need-help {
  margin-top: 10px;
}
.new-account {
  display: block;
  margin-top: 10px;
}

.login-modal {
  max-width: 500px;
  margin: 100px auto;
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  overflow: hidden;
}

.login-modal > .heading {
  display: flex;
  justify-content: space-between;
  background: #555;
  padding: 16px 36px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Futura", sans-serif;
  letter-spacing: 3px;
  background: #fc4a1a;
  background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a);
  background: linear-gradient(to right, #f7b733, #fc4a1a);
}

.login-modal > .heading h3 {
  color: #000;
  font-family: "PT Sans Caption", sans-serif;
  font-weight: 400;
  margin: 10px 0 10px 0;
}

.login-modal > heading > .icon {
  margin-left: auto;
  font-size: 1.5em;
}
.login-modal > .content {
  padding: 24px;
  font-family: "Avenir Next", "avenir-next", -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
    "Droid Sans", "Helvetica Neue", sans-serif;
}
.login-modal > .footer {
  text-align: center;
  padding-bottom: 16px;
  font-family: "Avenir Next", "avenir-next", -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
    "Droid Sans", "Helvetica Neue", sans-serif;
}

/*
.field-group {
display: table;
-webkit-appearance: none;
border-radius: 2px;
border: 1px solid;
border-color: #afaeae;
min-height: 40px;
line-height: 22.64px;
padding: 0;
font-weight: normal;
color: #345;
margin-bottom: 16px;
}

.field-group-icon {
padding: 6px 12px;
font-size: 14.15px;
font-weight: normal;
line-height: 1;
color: #555555;
text-align: center;
border: 1px solid #ccc;
border-radius: 4px;
width: 1%;
white-space: nowrap;
vertical-align: middle;
display: table-cell;
}

.field-group > .field-group-icon {
background: transparent;
border-color: transparent;
box-shadow: none;
color: #afaeae;
}

.field-group > .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
background: transparent;
border-color: transparent;
box-shadow: none;
display: table-cell;
padding: 12px 0;
}

.form-control {
-webkit-appearance: none;
border-radius: 2px;
border: none;
background: #fdfdfc;
min-height: 20px;
line-height: 22.64px;
padding: 8.68px 12px;
font-weight: normal;
color: #345;
}
*/

.default-button {
  -webkit-appearance: none;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14.15px;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #454545;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.default-button.-primary {
  background: #ff6868;
}
.default-button.-block {
  width: 100%;
}

a.link {
  color: #ff6868;
  text-decoration: none;
  display: inline;
  transition: 0.3s all;
}
a.link.-secondary {
  color: #cacaca;
}
a.link:hover,
a.link:focus,
a.link:active {
  color: #ff0202;
}

.links {
  display: flex;
  margin-bottom: 16px;
}
.links > .item:last-child {
  margin-left: auto;
}

.checkbox {
  display: flex;
}

/*---------------------------------------
    About Section              
-----------------------------------------*/

#about {
  background: #fff;
}

#about .item {
  width: 100%;
  display: block;
}

#about .about-thumb {
  background: #ffffff;
  border-radius: 4px;
  padding: 50px 50px 50px 50px;
  position: relative;

  background: #fc4a1a;
  background: -webkit-linear-gradient(to right, #fc4a1a, #f7b733);
  background: linear-gradient(to right, #fc4a1a, #f7b733);
}

#about h1 {
  color: #fff;
  font-family: "PT Sans Caption", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}

#about p {
  font-size: 18px;
  color: #fff;
  text-align: justify;
}

#about .about-img img {
  border: 8px solid #ffffff;
  position: absolute;
  left: -90px;
  bottom: -325px;
  padding: 12px;
}

#about .team-thumb {
  width: 100%;
  height: 400px;
  margin: 32px 0;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#about .team-thumb .image-holder {
  position: relative;
  top: 40px;
  display: inline-block;
  margin-bottom: 40px;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#about .team-thumb .heading {
  font-weight: bold;
  position: relative;
  top: 10px;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#about .team-thumb:hover {
  background: #304352;
}

#about .team-thumb:hover .image-holder {
  top: -40px;
  margin-bottom: 0px;
}

#about .team-thumb:hover .heading {
  top: -10px;
}

#about .team-thumb .description {
  font-size: 18px;
  width: 80%;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

#about .team-thumb:hover .description {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#about .team-thumb:hover p.description {
  color: #ffffff;
}

@media only screen and (max-width: 990px) {
  #about .about-img img {
    display: none;
  }
  #about .about-thumb {
    padding: 20px;
  }
}

/****************************/
/** Basic **/
/****************************/
.pa-0 {
  padding: 0px !important;
}

.pa-5 {
  padding: 5px !important;
}

.pa-10 {
  padding: 10px !important;
}

.pa-15 {
  padding: 15px !important;
}

.pa-20 {
  padding: 20px !important;
}

.pa-25 {
  padding: 25px !important;
}

.pa-30 {
  padding: 30px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.ma-0 {
  margin: 0px !important;
}

.ma-5 {
  margin: 5px !important;
}

.ma-10 {
  margin: 10px !important;
}

.ma-15 {
  margin: 15px !important;
}

.ma-20 {
  margin: 20px !important;
}

.ma-25 {
  margin: 25px !important;
}

.ma-30 {
  margin: 30px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.no-float {
  float: none !important;
}

.overflow-hide {
  overflow: hidden !important;
}

.clearfix {
  overflow: hidden;
  clear: both;
  float: none;
}

.preloader-it {
  background: #fff;
  position: fixed;
  z-index: 10001;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.bg-green {
  background: #2ecd99 !important;
}

.bg-grey {
  background: #878787 !important;
}

.bg-yellow {
  background: #f0c541 !important;
}

.bg-red {
  background: #ed6f56 !important;
}

.bg-blue {
  background: #4e9de6 !important;
}

.bg-pink {
  background: #f1a1c7 !important;
}

.bg-light {
  background: #fff !important;
}

.bg-dark {
  background: #212121 !important;
}

.bg-twitter {
  background: #00aced !important;
}

.txt-dark {
  color: #212121 !important;
}

.txt-light {
  color: #fff !important;
}

.txt-grey {
  color: #878787 !important;
}

.txt-light-grey {
  color: #dedede !important;
}

.txt-info,
.text-info {
  color: #f1a1c7 !important;
}

.txt-warning,
.text-warning {
  color: #f0c541 !important;
}

.txt-primary,
.text-primary {
  color: #4e9de6 !important;
}

.txt-success,
.text-success {
  color: #2ecd99 !important;
}

.txt-danger,
.text-danger {
  color: #ed6f56 !important;
}

.weight-00 {
  font-weight: normal !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-21 {
  font-size: 21px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-26 {
  font-size: 26px !important;
}

.font-28 {
  font-size: 28px !important;
}

.weight-500 {
  font-weight: 500 !important;
}

.weight-600 {
  font-weight: 600 !important;
}

.head-font {
  font-family: "Poppins", sans-serif !important;
}

.main-font {
  font-family: "Poppins", sans-serif !important;
}

.capitalize-font {
  text-transform: capitalize !important;
}

.uppercase-font {
  text-transform: uppercase !important;
}

.nonecase-font {
  text-transform: none !important;
}

.inline-block {
  display: inline-block !important;
}

.block {
  display: block !important;
}

.table-struct {
  display: table !important;
}

.table-cell {
  display: table-cell !important;
}

.vertical-align-middle {
  vertical-align: middle !important;
}

.full-width {
  width: 100% !important;
}

.half-width {
  width: 50% !important;
}

.auto-width {
  width: auto !important;
}

.relative {
  position: relative !important;
}

.border-none {
  border: none !important;
}

small {
  color: #878787;
  padding-left: 5px;
}

.text-muted {
  color: #878787;
}

.truncate {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mobile-only-view {
  display: none !important;
}

hr {
  margin-top: 10px;
  margin-bottom: 35px;
  border-top: 1px solid #2ecd99;
}
hr.light-grey-hr {
  border-top: 1px solid #dedede;
}

#RegisterNow {
}

#RegisterNow {
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  width: 100%;
  background-color: #fb9100;
  color: #fff;
  overflow: hidden;
}

#RegisterNow .slant {
  height: 120px;
}

#RegisterNow .gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0.9;

  background: #fc4a1a; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #f7b733,
    #fc4a1a
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #f7b733,
    #fc4a1a
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#RegisterNow,
#RegisterNow .text-wrap {
  height: 240px;
}
#RegisterNow .text-wrap {
  display: table;
  width: 100%;
  position: relative;
  z-index: 4;
}
#RegisterNow .text-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#RegisterNow .text-inner a {
  color: white;
  /* border-bottom: 1px dashed rgba(255, 255, 255, 0.5); */
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#RegisterNow .text-inner a:hover,
#RegisterNow .text-inner a:active,
#RegisterNow .text-inner a:focus {
  text-decoration: none;
  color: white;
  border-bottom: 1px dashed white;
}
#RegisterNow .text-inner h1 {
  font-size: 50px;
  color: white;
  margin: 0 0 20px 0;
}
#RegisterNow .text-inner h2 {
  font-size: 34px;
  line-height: 38px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  margin: 60px 0px 0px 0px;
}

#balto-register {
  padding: 0px 0px;
}

/***********************************************/

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
/* written by riliwan balogun http://www.facebook.com/riliwan.rabo*/
.board {
  width: 75%;
  margin: 60px auto;
  height: 500px;
  background: #fff;
  /*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
.board .nav-tabs {
  position: relative;
  /* border-bottom: 0; */
  /* width: 80%; */
  margin: 40px auto;
  margin-bottom: 0;
  box-sizing: border-box;
}

.board > div.board-inner {
  background: #fafafa url(http://subtlepatterns.com/patterns/geometry2.png);
  background-size: 30%;
}

p.narrow {
  width: 60%;
  margin: 10px auto;
}

.liner {
  height: 2px;
  background: #ddd;
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  /* background-color: #ffffff; */
  border: 0;
  border-bottom-color: transparent;
}

span.round-tabs {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  border-radius: 100px;
  background: white;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 25px;
}

span.round-tabs.one {
  color: rgb(34, 194, 34);
  border: 2px solid rgb(34, 194, 34);
}

li.active span.round-tabs.one {
  background: #fff !important;
  border: 2px solid #ddd;
  color: rgb(34, 194, 34);
}

span.round-tabs.two {
  color: #febe29;
  border: 2px solid #febe29;
}

li.active span.round-tabs.two {
  background: #fff !important;
  border: 2px solid #ddd;
  color: #febe29;
}

span.round-tabs.three {
  color: #3e5e9a;
  border: 2px solid #3e5e9a;
}

li.active span.round-tabs.three {
  background: #fff !important;
  border: 2px solid #ddd;
  color: #3e5e9a;
}

span.round-tabs.four {
  color: #f1685e;
  border: 2px solid #f1685e;
}

li.active span.round-tabs.four {
  background: #fff !important;
  border: 2px solid #ddd;
  color: #f1685e;
}

span.round-tabs.five {
  color: #999;
  border: 2px solid #999;
}

li.active span.round-tabs.five {
  background: #fff !important;
  border: 2px solid #ddd;
  color: #999;
}

.nav-tabs > li.active > a span.round-tabs {
  background: #fafafa;
}
.nav-tabs > li {
  width: 20%;
}
/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
.nav-tabs > li:after {
  content: " ";
  position: absolute;
  left: 45%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #ddd;
  transition: 0.1s ease-in-out;
}
.nav-tabs > li.active:after {
  content: " ";
  position: absolute;
  left: 45%;
  opacity: 1;
  margin: 0 auto;
  bottom: 0px;
  border: 10px solid transparent;
  border-bottom-color: #ddd;
}
.nav-tabs > li a {
  width: 70px;
  height: 70px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
}

.nav-tabs > li a:hover {
  background: transparent;
}

.tab-content {
}
.tab-pane {
  position: relative;
  padding-top: 50px;
}
.tab-content .head {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.btn-outline-rounded {
  padding: 10px 40px;
  margin: 20px 0;
  border: 2px solid transparent;
  border-radius: 25px;
}

.btn.green {
  background-color: #5cb85c;
  /*border: 2px solid #5cb85c;*/
  color: #ffffff;
}

@media (max-width: 585px) {
  .board {
    width: 90%;
    height: auto !important;
  }
  span.round-tabs {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .tab-content .head {
    font-size: 20px;
  }
  .nav-tabs > li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 35%;
  }

  .btn-outline-rounded {
    padding: 12px 20px;
  }
}

.classic-title span {
  border-bottom-color: #ee3733;
}

.classic-title {
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  font-weight: 300;
}

.classic-title span {
  padding-bottom: 8px;
  border-bottom: 1px solid;
  font-weight: 400;
}
/*******************************************************/

/*--about--*/
.about {
  text-align: center;
}
.about h2 {
  font-size: 3em;
  font-weight: 700;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
}
.about h3 {
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
}
.about h3 a {
  color: #f94b4b;
}
.about h3 a:hover {
  text-decoration: none;
  color: #555;
}
.about p {
  color: #555;
  font-size: 1em;
  line-height: 2em;
  margin: 3em 0 2em;
  font-weight: 700;
}
a.btn.btn-primary.btn2.btn-normal.btn-inline {
  padding: 10px 40px;
}
h3.hist {
  font-size: 3em;
  font-weight: 700;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  color: #000;
  text-align: center;
}
.staff {
  padding: 5em 0;
}
.staff_grid h3 {
  font-size: 2em;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  margin: 1em 0 0.5em;
}
.staff_grid h3 a {
  color: #f94b4b;
}
.staff_grid h3 a:hover {
  text-decoration: none;
  color: #555;
}
.staff_grid p {
  color: #999;
  font-size: 0.95em;
  line-height: 1.8em;
}
h2.staff_head {
  font-size: 3em;
  font-weight: 700;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  color: #000;
  text-align: center;
}
.history_grid h3 {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.5em;
}
.history_grid p {
  font-size: 0.95em;
  color: #555;
  line-height: 1.8em;
  margin: 2em 0 1em;
}
.history_grid h3 a {
  color: #f94b4b;
}
.history_grid h3 a:hover {
  color: #555;
  text-decoration: none;
}
/* -=================================rwd table styles ========================== */
@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,700";
.rwd-table {
  /* margin: 1em 0; */
  min-width: 300px;
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
/* .rwd-table th {
  display: none;
} */
/* .rwd-table td {
  display: block;
} */
.rwd-table td:first-child {
  padding-top: 0.5em;
}
.rwd-table td:last-child {
  padding-bottom: 0.5em;
}
/* .rwd-table td:before {
  content: attr(data-th);
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}  */
/* @media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
} */
.rwd-table th,
.rwd-table td {
  text-align: center;
}
@media (min-width: 480px) {
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
}
.rwd-table {
  background: #34495e;
  color: #fff;
  border-radius: 0.2em;
  overflow: hidden;
  font-size: 14px;
}
.rwd-table tr {
  border-color: #46637f;
}
.rwd-table th,
.rwd-table td {
  padding: 0.5em 0.5em;
}
@media (min-width: 480px) {
  .rwd-table th,
  .rwd-table td {
    padding: 0.5em !important;
  }
}
.rwd-table th,
.rwd-table td:before {
  color: #dd5;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.divider .fa {
  border: 2px solid #ffffff78;
  border-radius: 50%;
  font-size: 32px;
  width: 80px;
  height: 80px;
  line-height: 76px;
  text-transform: capitalize;
}

.service-block p {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  margin-bottom: 30px;
  font-weight: 600;
}

.shadow,
.shadow-narrow {
  position: relative;
  background-color: #fff;
}

.service-block {
  margin-bottom: 30px;
  border-radius: 3px;
  padding-top: 30px;
  padding-bottom: 30px;

  /* padding-left: 20px; */
  /* padding-right: 20px; */
}

.service-block img {
  margin: 0 auto;
  max-width: 50%;
  padding-bottom: 20px;
}

.icon.bg-df {
  background-color: #09afdf;
  color: #ffffff;
}

.service-block .icon {
  margin-bottom: 10px;
}

.icon {
  display: inline-block;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.85);
  color: #000;
  font-size: 24px;
  width: 60px;
  height: 60px;
  line-height: 58px;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
  transform: rotate(45deg);
  border: 1px solid transparent;
}

.service-block p {
  clear: both;
  margin-bottom: 15px;
}

.icon i {
  position: relative;
  z-index: 1;
  transform: rotate(-45deg);
}

#advisors {
  background: #fff;
  padding: 0em 0;
}

.advisors_grid h3 {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.5em;
}

.advisors_grid p {
  font-size: 18px;
  color: #555;
  line-height: 1.8em;
  /*margin:2em 0 1em;*/

  text-align: justify;
}

.advisors_grid h3 a {
  color: #f94b4b;
}

.advisors_grid h3 a:hover {
  color: #555;
  text-decoration: none;
}

.shadow {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12),
    0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.hr5 {
  height: 1px;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0)
  );
  background-image: -ms-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0)
  );
}
.widget h4 {
  text-transform: none;
  padding-bottom: 8px;
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 600;
  position: relative;
  color: #444;
}
.widget h4 .head-line {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 2px;
  background-color: #ddd;
  margin: 0;
}
.widget-pp ul {
  padding: 0;
  margin: 0;
}
.widget-pp ul li {
  padding: 8px 0;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 18px;
}
.widget-pp ul li a {
  text-decoration: none;
  color: #555;
}
.widget-pp ul li:first-child a {
  padding-top: 0;
}
.widget-pp ul li a:hover {
  padding-left: 8px;
}
.call-action-boxed {
  padding: 25px 25px;
}
.call-action-style1 {
  border: 1px solid #e8e8e8;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.04) inset;
  -o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.04) inset;
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.04) inset;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.04) inset;
}

/* Partners */
#radioBtn a {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
#radioBtn a:hover {
  color: #fff;
}
#radioBtn .notActive {
  background-color: #fff;
  color: #777;
}
.registeras {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 12px;
}

/*  */

.blue_button_left_side {
  float: left;
  width: 66%;
  border-bottom: none !important;
}

.blue_button_inner_left_right {
  float: left;
  margin: 2% 0 0 2%;
  width: 30%;
}

@media screen and (max-width: 767px) {
  .blue_button_left_side {
    float: unset;
    width: 100%;
  }

  .blue_button_inner_left_right {
    float: unset;
    margin: 2% auto;
    width: 50%;
  }
}

@media (min-width: 1023px) and (max-width: 1320px) {
  .blue_button_left_side {
    float: left;
    width: 60%;
  }

  .blue_button_inner_left_right {
    float: left;
    margin: 2% 0 0 1%;
    width: 37%;
  }
}
@media screen and (max-width: 991px) {
  #balto-header #balto-navbar li a {
    padding: 5px !important;
  }
  #balto-navbar {
    padding-top: 20px;
  }
}
