/*!==============================
 * Custom Style Edit
 */

 body {
  color: #5D5F63;
}

.probootstrap-service-2 .set-size {
  height: 250px;
}

.m-top {
	margin-top: 20px;
}

.m-bot {
	margin-bottom: 20px;
}

.m-top-lg {
	margin-top: 40px;
}

.m-bot-lg {
	margin-bottom: 40px;
}

.m-top-hg {
	margin-top: 80px;
}

.btn-newsletter {
	padding:13px 20px;
	font-size:14px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.btn-news-sm {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.btn-news-footer {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	margin-top: 1em;
}

/*!==============================
 * Color Style Edit
 */
.text-primary{
	color:#2E679B;
}

a.text-primary:focus,
a.text-primary:hover{
	color:#2C95B2
}

/*!==============================
 * Button Style Edit
 */

.btn.btn-primary {
  border: 1px solid #2E679B;
  background: #2E679B;
  color: #ffffff;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  background: #2C95B2;
}

.btn.btn-primary:focus, .btn.btn-primary:active {
  outline: none;
  border: 1px solid #2C95B2;
}

/*!==============================
 * Client Photo Style Edit
 */
.client-logo .img-responsive{
  margin: 0 auto;
}

/*!==============================
 * Contact Page Edit
 */
.img-book {
  width: auto;
  height: 225px;
}

.media-heading {
  font-size: 24px;
}

.cnt-text {
  margin-bottom: 5px;
}

/*!==============================
 * Footer Style Edit
 */

.probootstrap-footer {
  color: rgba(255, 255, 255, 0.9);
  padding: 0 0;
  background: #fff;
}

.probootstrap-footer .col-header {
  padding: 0 0;
  margin: 2px 0 20px;
  border-bottom: 1px solid #eee;
}

.probootstrap-footer .top-half{
  padding: 2em 0 1em;
  background: #56b5d3;
}

.probootstrap-footer .bottom-half{
  padding: 1em 0 0;
  background: #2E679B;
}

.probootstrap-footer p {
  margin-bottom: 10px;
  line-height: 1.5em;
  font-size: 15px;
}

.probootstrap-footer a {
  color: rgba(255, 255, 255, 0.6);
}

.probootstrap-footer a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.probootstrap-footer h4 {
	font-family: "icomoon", Arial, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 1.0);;
}

@media screen and (max-width: 768px) {
  .probootstrap-footer {
    padding: 3em 0;
  }
}

.probootstrap-footer .copyright {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .probootstrap-footer .copyright {
    margin-top: 0px;
  }
}

.probootstrap-footer .copyright p {
  line-height: 20px;
}

.probootstrap-footer .copyright p .icon {
  position: relative;
  top: 2px;
}

.probootstrap-footer .probootstrap-footer-widget {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.probootstrap-footer .probootstrap-footer-widget h3 {
  color: white;
  font-size: 24px;
  font-weight: 300;
}

.probootstrap-footer .probootstrap-footer-widget ul {
  margin: 0;
  padding: 0;
}

.probootstrap-footer .probootstrap-footer-widget ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.probootstrap-footer-social {
  padding: 0;
  margin: 0;
  justify-content: space-around;
}

.probootstrap-footer-social li {
  display: inline;
  padding: 0;
  margin: 0;
  list-style: none;
}

.probootstrap-footer-social li a {
  padding: 10px;
  font-size: 22px;
}

.probootstrap-footer-social li:first-child > a {
  padding-left: 0;
}

/*!==============================
 * Logo
 */

.probootstrap-navbar .navbar-brand {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 30px;
  text-transform: uppercase;
  background: none;
  top: 10px;
  position: relative;
  text-indent: -999999px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .probootstrap-navbar .navbar-brand {
    position: relative;
    background: none;
    background-size: cover;
  }
}

.nav-pic {
  width: auto;
  height: 100px;
}

.probootstrap-navbar.scrolled .navbar-brand {
  top:5px;
}

.probootstrap-navbar.scrolled .navbar-brand .nav-pic{
  width: auto;
  height: 50px;
}

@media screen and (max-width: 768px) {
  .nav-pic {
    width: auto;
    height: 35px;
  }

  .probootstrap-navbar.scrolled .navbar-brand .nav-pic{
    width: auto;
    height: 35px;
  }
}