﻿body {
  font-family: 'Sarala', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
.section {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section .section-title {
  text-align: center;
}
.section .section-desc {
  margin-bottom: 40px;
}
.navbar {
  float: none;
  text-align: center;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  border: none;
  transition: 0.3s all;
}
@media screen and (min-width: 768px) {
  .navbar-default {
    padding-top: 15px;
  }
}
.navbar-default .navbar-nav {
  text-align: center;
  float: none;
}
.navbar-default .navbar-nav li {
  float: none;
  display: inline-block;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  opacity: 0.8;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  opacity: 1;
}
.navbar-default #logo a {
  opacity: 1;
}
.navbar-default #logo a h1 {
  font-weight: 700;
}
.navbar-default #logo span {
  font-size: 1.4em;
  position: relative;
}
.navbar-background {
  background-color: #364280;
  padding-top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.bg-header {
  background-image: url('/images/bg-header.jpg');
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 160px;
  padding-bottom: 130px;
  z-index: 0;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bg-header {
    padding-top: 210px;
    padding-bottom: 190px;
  }
}
@media screen and (min-width: 1400px) {
  .bg-header {
    padding-top: 280px;
    padding-bottom: 250px;
  }
  .bg-header h1 {
    font-size: 46px;
  }
}
.bg-header:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.work .img-responsive {
  max-height: 100px;
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
}
.work h4 {
  text-align: center;
}
.portfolio {
  background-color: #eef0ff;
  text-align: center;
}
.portfolio .img-responsive {
  max-height: 150px;
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
}
.portfolio h4 {
  font-size: 26px;
}
.bg-brand-dark {
  background-color: #181d38;
}
.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background-image: none;
  border: none;
  white-space: normal;
  padding: 8px 15px;
  font-size: 14px;
  line-height: 1.42857143;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn:hover,
.btn:active,
.btn:focus {
  text-decoration: none;
}
.btn-outline {
  border: 1px solid #364280;
  color: #364280;
  background-color: transparent;
}
.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus {
  color: #fff;
  background-color: #364280;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .mb-15-xs {
    margin-bottom: 15px;
  }
  .mb-30-xs {
    margin-bottom: 30px;
  }
}
.no-m {
  margin: 0;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-30 {
  margin-bottom: 30px;
}
.text-white {
  color: #fff;
}