@font-face {
  
  font-family: "Raleway";
  
  font-style: normal;
  
  font-weight: 400;
  src: local("Raleway"), url("http://fonts.gstatic.com/s/raleway/v9/0dTEPzkLWceF7z0koJaX1A.woff2") format("woff2"), url("http://fonts.gstatic.com/s/raleway/v9/IczWvq5y_Cwwv_rBjOtT0w.woff") format("woff");
}

@font-face {
  
  font-family: "Raleway";
  
  font-style: normal;
  
  font-weight: 500;
  src: local("Raleway Medium"), local("Raleway-Medium"), url("http://fonts.gstatic.com/s/raleway/v9/CcKI4k9un7TZVWzRVT-T8_k_vArhqVIZ0nv9q090hN8.woff2") format("woff2"), url("http://fonts.gstatic.com/s/raleway/v9/CcKI4k9un7TZVWzRVT-T8xsxEYwM7FgeyaSgU71cLG0.woff") format("woff");
}

@font-face {
  
  font-family: "Raleway";
  
  font-style: normal;
  
  font-weight: 700;
  src: local("Raleway Bold"), local("Raleway-Bold"), url("http://fonts.gstatic.com/s/raleway/v9/JbtMzqLaYbbbCL9X6EvaI_k_vArhqVIZ0nv9q090hN8.woff2") format("woff2"), url("http://fonts.gstatic.com/s/raleway/v9/JbtMzqLaYbbbCL9X6EvaIxsxEYwM7FgeyaSgU71cLG0.woff") format("woff");
}

body {  
  padding-top: 100px;  
  background-color: white;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  font-family: 'Raleway', sans-serif;  
  font-weight: 400;  
  color: #282828;  
  line-height: 26px;
}

h1, h2, h3, h4, h5, h6 {  
  font-weight: 600;  
  font-family: 'Raleway', sans-serif;
}

a {  
  color: #45aed6;  -o-transition: color 400ms ease 0s background-color 400ms ease 0s;
  -webkit-transition: color 400ms ease 0s background-color 400ms ease 0s;
  transition: color 400ms ease 0s background-color 400ms ease 0s;
}

a:hover, a:focus {  
  text-decoration: none;  
  color: #2a95be;
}

hr {  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: #e5e5e5;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: white;
}

.gradiant {  
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

.gradiant-horizontal {  
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}

.section-header {  
  margin-bottom: 50px;
}

.section-header .section-title {  
  font-size: 44px;  
  color: #4f4f4f;  -epub-text-transform: uppercase;
  text-transform: uppercase;  
  position: relative;  
  padding-bottom: 20px;  
  margin-top: 0px;  
  margin-right: 0px;  
  margin-bottom: 20px;  
  margin-left: 0px;  
  border-bottom-width: 2px;  
  border-bottom-style: solid;  
  border-bottom-color: #25a4d7;  
  display: inline-block;
}

.section-header .section-title:before {  
  content: "";  
  position: absolute;  
  width: 140px;  
  bottom: 0px;  
  left: 50%;  
  margin-left: -70px;  
  height: 4px;
}

.btn {  
  border-top-width: 0px;  
  border-right-width: 0px;  
  border-bottom-width: 0px;  
  border-left-width: 0px;  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}

.btn.btn-primary {  
  background-color: #25a4d7;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;
}

.btn.btn-primary:hover, .btn.btn-primary:focus {  
  background-color: #085c98;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;
}

.column-title {  
  margin-top: 0px;  
  padding-bottom: 15px;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #eeeeee;  
  margin-bottom: 15px;  
  position: relative;
}

.column-title:after {  
  content: " ";  
  position: absolute;  
  bottom: -1px;  
  left: 0px;  
  width: 40%;
}

ul.nostyle {  
  list-style-type: none;  
  list-style-position: outside;  
  list-style-image: none;  
  padding-top: 0px;  
  padding-right: 0px;  
  padding-bottom: 0px;  
  padding-left: 0px;  
  margin-bottom: 20px;
}

ul.nostyle i {  
  color: #45aed6;
}

.scaleIn {  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.navbar-toggle {  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {  
  border-top-color: #45b1da;  
  border-right-color: #45b1da;  
  border-bottom-color: #45b1da;  
  border-left-color: #45b1da;
}

.navbar-nav > li > a {  -epub-text-transform: uppercase;
  text-transform: uppercase;
}

@keyframes scaleIn {
0% { opacity: 0; transform: scale(0); }
100% { opacity: 1; transform: scale(1); }
}

#main-nav.navbar-default {  
  background-color: white;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;
}

#main-nav.navbar-default .navbar-nav > li.active > a, #main-nav.navbar-default .navbar-nav > li.open > a, #main-nav.navbar-default .navbar-nav > li:hover > a {  
  background-color: #3b88c0;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  color: white;
}

.navbar.navbar-default {  
  border-top-width: 0px;  
  border-top-style: none;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  border-right-width: 0px;  
  border-right-style: none;  
  border-right-color: initial;
  border-right-color: -moz-initial;  
  border-bottom-width: 0px;  
  border-bottom-style: none;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  
  border-left-width: 0px;  
  border-left-style: none;  
  border-left-color: initial;
  border-left-color: -moz-initial;  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;  
  margin-bottom: 0px;
}

.navbar.navbar-default .navbar-toggle {  
  margin-top: 32px;
}

.navbar.navbar-default .navbar-brand {  
  height: auto;  
  padding-top: 22px;  
  padding-right: 15px;  
  padding-bottom: 21px;  
  padding-left: 15px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {  
  color: white;  
  background-color: #085c98;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;
}

.navbar-default .navbar-nav > li > a {  
  color: white;
}

#main-nav.navbar-default {  
  background-color: #085c98;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;
}

@media only screen and (min-width: 768px) {
  #main-nav.navbar-default { background: none repeat scroll 0% 0% #085c98; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.26); opacity: 0.8; }
  #main-nav.navbar-default .navbar-nav > li > a { padding-top: 40px; padding-bottom: 36px; border-bottom: 4px solid transparent; }
  .navbar-default .navbar-nav > li > a { color: white; }
  #main-nav.navbar-default .navbar-nav > li.active > a, #main-nav.navbar-default .navbar-nav > li.open > a, #main-nav.navbar-default .navbar-nav > li:hover > a { background: none repeat scroll 0% 0% #2d79b0; color: white; border-bottom: 4px solid white; }
  #main-nav.navbar-default .dropdown-menu { padding: 0px 20px; min-width: 220px; background-color: rgba(26, 28, 40, 0.9); border: 0px none; border-radius: 0px 0px 0px 0px; box-shadow: none; background-clip: inherit; }
  #main-nav.navbar-default .dropdown-menu > li { border-left: 3px solid transparent; margin-left: -20px; padding-left: 17px; transition: border-color 400ms ease 0s; }
  #main-nav.navbar-default .dropdown-menu > li > a { padding: 15px 0px; color: #a8a8a8; }
  #main-nav.navbar-default .dropdown-menu > li:first-child > a { border-top: 0px none; }
  #main-nav.navbar-default .dropdown-menu > li.active, #main-nav.navbar-default .dropdown-menu > li.open, #main-nav.navbar-default .dropdown-menu > li:hover { border-left-color: #45aed6; }
  #main-nav.navbar-default .dropdown-menu > li.active > a, #main-nav.navbar-default .dropdown-menu > li.open > a, #main-nav.navbar-default .dropdown-menu > li:hover > a { color: #45aed6; background-color: transparent; }
}

#hero-banner {  
  overflow: hidden;  
  height: 650px;  
  color: #4c4c4c;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #bdbdbd;
}

#hero-banner.item {  
  height: 558px;  
  background-repeat: no-repeat;  
  background-position: 50% 0px;  -webkit-background-size: cover;
  background-size: cover;
}

#hero-banner.banner-inner {  
  position: absolute;  
  top: 0px;  
  left: 0px;  
  width: 100%;  
  height: 100%;  
  color: black;
}

#hero-banner {  
  background-color: transparent;  
  background-image: url("images/bg1.png");  
  background-repeat: no-repeat;  
  background-attachment: scroll;  
  background-position: 77% bottom;
}

#hero-banner h2 {  
  margin-top: 180px;  
  font-size: 39px;  
  line-height: 49px;
}

#hero-banner.banner-inner h2 > span {  
  color: #45aed6;
}

#hero-banner.banner-inner .btn {  
  margin-top: 10px;
}

#hero-text {  
  padding-top: 50px;  
  padding-right: 0px;  
  padding-bottom: 50px;  
  padding-left: 0px;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: white;  
  background-color: #085c98;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  color: #f4f4f4;
}

#hero-text h2 {  
  margin-top: 0px;
}

#hero-text .btn {  
  margin-top: 40px;  
  color: #085c98;  
  background-color: white;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;
}

#cta2 {  
  background-color: #45b1da;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  color: white;  
  padding-top: 70px;
}

#cta2 .btn {  
  margin-top: 10px;
}

#cta2 h2 {  
  color: white;  
  font-size: 44px;  
  line-height: 1;
}

#cta2 h2 > span {  
  color: #45aed6;
}

#features h2, #portfolio p {  
  color: #4a4a4a;
}

#features {  
  padding-top: 100px;  
  padding-right: 0px;  
  padding-bottom: 100px;  
  padding-left: 0px;  
  background-color: white;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  color: black;
}

#features .media.service-box:first-child {  
  margin-top: 80px;
}

#services {  
  padding-top: 100px;  
  padding-right: 0px;  
  padding-bottom: 75px;  
  padding-left: 0px;
}

.media.service-box {  
  margin-top: 25px;  
  margin-right: 0px;  
  margin-bottom: 36px;  
  margin-left: 0px;
}

.media.service-box .pull-left {  
  margin-right: 20px;
}

.media.service-box .pull-left > i {  
  font-size: 42px;  
  height: 94px;  
  line-height: 64px;  
  text-align: center;  
  width: 106px;  
  color: #085c98;  -o-transition: background-color 400ms ease 0s background-color 400ms ease 0s;
  -webkit-transition: background-color 400ms ease 0s background-color 400ms ease 0s;
  transition: background-color 400ms ease 0s background-color 400ms ease 0s;  
  position: relative;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: #d0d0d0;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: #d0d0d0;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #d0d0d0;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: #d0d0d0;  
  padding-top: 14px;  
  padding-right: 14px;  
  padding-bottom: 14px;  
  padding-left: 14px;
}

.features .media.service-box .pull-left > i {  
  color: #b5b5b5;
}

.media.service-box:hover .pull-left > i {
}

#portfolio {  
  padding-top: 100px;  
  padding-right: 0px;  
  padding-bottom: 100px;  
  padding-left: 0px;  
  background-color: white;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;
}

#portfolio .portfolio-filter {  
  list-style-type: none;  
  list-style-position: outside;  
  list-style-image: none;  
  padding-top: 0px;  
  padding-right: 0px;  
  padding-bottom: 0px;  
  padding-left: 0px;  
  margin-top: 0px;  
  margin-right: 0px;  
  margin-bottom: 50px;  
  margin-left: 0px;  
  display: inline-block;
}

#portfolio .portfolio-filter > li {  
  float: left;  
  display: block;
}

#portfolio .portfolio-filter > li a {  
  display: block;  
  padding-top: 7px;  
  padding-right: 15px;  
  padding-bottom: 7px;  
  padding-left: 15px;  
  margin-top: 0px;  
  margin-right: 2px;  
  margin-bottom: 0px;  
  margin-left: 2px;  
  color: #085c98;  
  position: relative;  
  border-bottom-width: 2px;  
  border-bottom-style: solid;  
  border-bottom-color: transparent;
}

#portfolio .portfolio-filter > li a:hover, #portfolio .portfolio-filter > li a.active {  
  background-color: #f0f0f0;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  color: #085c98;  
  border-bottom-width: 2px;  
  border-bottom-style: solid;  
  border-bottom-color: #085c98;
}

#portfolio .portfolio-items {  
  margin-top: -15px;  
  margin-right: -15px;  
  margin-bottom: -15px;  
  margin-left: -15px;
}

#portfolio .portfolio-item {  
  width: 24.9%;  
  float: left;  
  padding-top: 8px;  
  padding-right: 8px;  
  padding-bottom: 8px;  
  padding-left: 8px;  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#portfolio .portfolio-item .portfolio-item-inner {  
  position: relative;
}

#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {  -webkit-opacity: 0;
  opacity: 0;  -o-transition: opacity 400ms ease 0s;
  -webkit-transition: opacity 400ms ease 0s;
  transition: opacity 400ms ease 0s;  
  position: absolute;  
  bottom: 0px;  
  left: 0px;  
  right: 0px;  
  text-align: center;  
  padding-top: 18px;  
  padding-right: 0px;  
  padding-bottom: 0px;  
  padding-left: 0px;  
  background-color: rgba(0, 0, 0, 0.5);  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  color: white;  
  height: 100%;
}

#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {  
  font-size: 16px;  
  line-height: 1;  
  margin-top: 0px;  
  margin-right: 0px;  
  margin-bottom: 0px;  
  margin-left: 0px;  
  color: white;
}

#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {  
  width: 36px;  
  height: 36px;  
  line-height: 36px;  
  color: white;  -webkit-box-shadow: 0px 0px 0px 1px white;
  box-shadow: 0px 0px 0px 1px white;  
  display: block;  
  text-align: center;  
  margin-top: 15px;  
  margin-right: auto;  
  margin-bottom: 15px;  
  margin-left: auto;  
  background-color: #777777;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;
}

#portfolio .portfolio-item:hover .portfolio-info {  -webkit-opacity: 1;
  opacity: 1;
}

.isotope-item {  
  z-index: 2;
}

.isotope-hidden.isotope-item {  
  pointer-events: none;  
  z-index: 1;
}

.isotope, .isotope .isotope-item {  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {  -o-transition-property: height width;
  -webkit-transition-property: height width;
  transition-property: height width;
}

.isotope .isotope-item {  -o-transition-property: transform opacity;
  -webkit-transition-property: transform opacity;
  transition-property: transform opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.isotope.infinite-scrolling {  -o-transition: none 0s ease 0s;
  -webkit-transition: none 0s ease 0s;
  transition: none 0s ease 0s;
}

.img-thumbnail {  
  display: inline-block;  
  max-width: 100%;  
  height: auto;  
  line-height: 1.42857;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: #dddddd;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: #dddddd;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #dddddd;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: #dddddd;  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;  
  padding-top: 0px;  
  padding-right: 0px;  
  padding-bottom: 0px;  
  padding-left: 0px;  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;  
  margin-bottom: 15px;
}

#testimonial {  
  padding-top: 100px;  
  padding-right: 0px;  
  padding-bottom: 100px;  
  padding-left: 0px;  
  color: white;
}

#testimonial h2 {  
  color: white;
}

#testimonial h4 {  
  color: white;  
  margin-bottom: 8px;
}

#testimonial small {  
  display: block;  
  margin-bottom: 10px;  
  color: rgba(255, 255, 255, 0.7);
}

#testimonial .btns {  
  margin-top: 10px;
}

#carousel-testimonial a.btn.btn-primary.btn-sm {  
  background-color: transparent;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: rgba(255, 255, 255, 0.2);  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: rgba(255, 255, 255, 0.2);  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: rgba(255, 255, 255, 0.2);  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: rgba(255, 255, 255, 0.2);  
  margin-top: 0px;  
  margin-right: 8px;  
  margin-bottom: 0px;  
  margin-left: 8px;
}

#about {  
  padding-top: 100px;  
  padding-right: 0px;  
  padding-bottom: 100px;  
  padding-left: 0px;  
  background-color: #ededed;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;
}

#our-team {  
  padding-top: 100px;  
  padding-right: 0px;  
  padding-bottom: 100px;  
  padding-left: 0px;
}

#our-team .team-member {  
  padding-top: 0px;  
  padding-right: 0px;  
  padding-bottom: 0px;  
  padding-left: 0px;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: lightgray;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: lightgray;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: lightgray;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: lightgray;
}

#our-team .team-member .team-img {  
  margin-top: 0px;  
  margin-right: 0px;  
  margin-bottom: 0px;  
  margin-left: 0px;
}

#our-team .team-member .team-info {  
  background-color: #085c98;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  color: white;  
  padding-top: 15px;  
  padding-right: 0px;  
  padding-bottom: 15px;  
  padding-left: 0px;
}

#our-team .team-member:hover .social-icons > li > a {  
  color: white;
}

#our-team .social-icons {  
  list-style-type: none;  
  list-style-position: outside;  
  list-style-image: none;  
  margin-top: 0px;  
  margin-right: 0px;  
  margin-bottom: 0px;  
  margin-left: 0px;  -o-transition: height 1s ease 0s;
  -webkit-transition: height 1s ease 0s;
  transition: height 1s ease 0s;  
  background-color: #085c98;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  padding-top: 0px;  
  padding-right: 0px;  
  padding-bottom: 15px;  
  padding-left: 0px;
}

#our-team .social-icons > li {  
  display: inline-block;
}

#our-team .social-icons > li > a {  
  display: block;  
  width: 32px;  
  height: 32px;  
  line-height: 32px;  
  text-align: center;  
  color: white;  
  background-color: transparent;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}

.testimonial-area {  
  padding-bottom: 60px;
}

.single-testimonial {  
  margin-bottom: 30px;
}

.single-testimonial blockquote {  
  padding-top: 15px;  
  padding-right: 20px;  
  padding-bottom: 15px;  
  padding-left: 20px;  
  margin-bottom: 35px;  
  position: relative;  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;  
  font-size: 14px;  
  background-color: rgba(255, 255, 255, 0.26);  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  color: white;  
  line-height: 22px;  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}

.single-testimonial blockquote:after {  
  position: absolute;  
  bottom: -19px;  
  left: 45px;  
  content: "";  
  border-top-width: 19px;  
  border-top-style: solid;  
  border-top-color: rgba(255, 255, 255, 0.29);  
  border-right-width: 22px;  
  border-right-style: solid;  
  border-right-color: transparent;
}

.single-testimonial img {  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}

.single-testimonial h5 {  
  padding-top: 8px;  
  padding-right: 0px;  
  padding-bottom: 0px;  
  padding-left: 0px;  
  font-size: 16px;
}

.progress {  -webkit-box-shadow: none;
  box-shadow: none;  
  background-color: #eeeeee;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;
}

.progress .progress-bar.progress-bar-primary {  
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);  -webkit-box-shadow: none;
  box-shadow: none;
}

.nav.main-tab {  
  background-color: #eeeeee;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  border-bottom-width: 3px;  
  border-bottom-style: solid;  
  border-bottom-color: #222534;  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}

.nav.main-tab > li > a {  
  color: #272727;
}

.nav.main-tab > li.active > a {  
  background-color: #222534;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  color: #45aed6;
}

.nav.main-tab > li:first-child > a {  -webkit-border-radius: 3px 0px 0px 0px;
  border-radius: 3px 0px 0px 0px;
}

.nav.main-tab > li:last-child > a {  -webkit-border-radius: 0px 3px 0px 0px;
  border-radius: 0px 3px 0px 0px;
}

.tab-content {  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: #eeeeee;  
  border-top-width: 0px;  
  border-right-width: 1px;  
  border-bottom-width: 1px;  
  border-left-width: 1px;  
  border-top-style: none;  
  border-right-style: solid;  
  border-bottom-style: solid;  
  border-left-style: solid;  
  -moz-border-top-colors: none;  
  -moz-border-right-colors: none;  
  -moz-border-bottom-colors: none;  
  -moz-border-left-colors: none;  -o-border-image: none;
  -webkit-border-image: none;
  border-image: none;  
  padding-top: 20px;  
  padding-right: 20px;  
  padding-bottom: 10px;  
  padding-left: 20px;  -webkit-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}

.panel-default {  
  border-top-color: #eeeeee;  
  border-right-color: #eeeeee;  
  border-bottom-color: #eeeeee;  
  border-left-color: #eeeeee;
}

.panel-default > .panel-heading {  
  background-color: white;  
  border-top-color: #eeeeee;  
  border-right-color: #eeeeee;  
  border-bottom-color: #eeeeee;  
  border-left-color: #eeeeee;
}

.panel-default > .panel-heading .panel-title {  
  font-size: 14px;  
  font-weight: normal;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {  
  border-top-color: #eeeeee;
}

#business-stats {  
  padding-top: 100px;  
  padding-right: 0px;  
  padding-bottom: 70px;  
  padding-left: 0px;  
  color: white;
}

#business-stats h1, #business-stats h2, #business-stats h3, #business-stats h4 {  
  color: white;
}

#business-stats strong {  
  display: block;  
  margin-bottom: 30px;
}

.business-stats {  
  display: inline-block;  
  width: 140px;  
  height: 140px;  
  font-size: 24px;  
  line-height: 140px;  
  border-top-width: 3px;  
  border-top-style: solid;  
  border-top-color: white;  
  border-right-width: 3px;  
  border-right-style: solid;  
  border-right-color: white;  
  border-bottom-width: 3px;  
  border-bottom-style: solid;  
  border-bottom-color: white;  
  border-left-width: 3px;  
  border-left-style: solid;  
  border-left-color: white;  -webkit-border-radius: 100px 100px 100px 100px;
  border-radius: 100px 100px 100px 100px;  
  margin-bottom: 20px;
}

#pricing {  
  padding-top: 100px;  
  padding-right: 0px;  
  padding-bottom: 70px;  
  padding-left: 0px;
}

#pricing ul.pricing {  
  list-style-type: none;  
  list-style-position: outside;  
  list-style-image: none;  
  margin-top: 70px;  
  margin-right: 0px;  
  margin-bottom: 30px;  
  margin-left: 0px;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: #d0d0d0;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: #d0d0d0;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #d0d0d0;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: #d0d0d0;  
  padding-top: 15px;  
  padding-right: 15px;  
  padding-bottom: 15px;  
  padding-left: 15px;  
  text-align: center;
}

#pricing ul.pricing li {  
  display: block;  
  padding-top: 10px;  
  padding-right: 10px;  
  padding-bottom: 10px;  
  padding-left: 10px;
}

#pricing ul.pricing li.plan-header {  
  background-color: #ececec;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  margin-top: -15px;  
  margin-right: -15px;  
  margin-bottom: 10px;  
  margin-left: -15px;  
  padding-top: 15px;  
  padding-right: 15px;  
  padding-bottom: 30px;  
  padding-left: 15px;  
  border-top-width: 0px;  
  border-top-style: none;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  border-right-width: 0px;  
  border-right-style: none;  
  border-right-color: initial;
  border-right-color: -moz-initial;  
  border-bottom-width: 0px;  
  border-bottom-style: none;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  
  border-left-width: 0px;  
  border-left-style: none;  
  border-left-color: initial;
  border-left-color: -moz-initial;
}

#pricing ul.pricing li.plan-header .price-duration {  
  position: relative;  
  margin-top: 15px;  
  top: -10px;  
  display: inline-block;  
  width: 100%;  
  height: 116px;  
  color: black;
}

#pricing ul.pricing li.plan-header .price-duration > span {  
  display: block;  
  line-height: 1;
}

#pricing ul.pricing li.plan-header .price-duration > span.price {  
  font-size: 24px;  
  font-weight: 700;  
  margin-top: 35px;
}

#pricing ul.pricing li.plan-header .price-duration > span.duration {  
  margin-top: 5px;
}

#pricing ul.pricing li.plan-header .plan-name {  
  margin-top: 10px;  
  font-size: 24px;  
  color: #272727;  
  font-weight: bold;  
  line-height: 1;  -epub-text-transform: uppercase;
  text-transform: uppercase;
}

#pricing ul.pricing.featured {  
  background-color: #ececec;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  border-top-width: 0px;  
  border-top-style: none;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  border-right-width: 0px;  
  border-right-style: none;  
  border-right-color: initial;
  border-right-color: -moz-initial;  
  border-bottom-width: 0px;  
  border-bottom-style: none;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  
  border-left-width: 0px;  
  border-left-style: none;  
  border-left-color: initial;
  border-left-color: -moz-initial;
}

#pricing ul.pricing.featured li.plan-header .price-duration {  
  color: white;
}

#pricing ul.pricing.featured li.plan-header {  
  background-color: #085c98;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;
}

#pricing ul.pricing.featured li.plan-header .plan-name {  
  color: white;
}

#contact-us {  
  padding-top: 100px;  
  padding-right: 0px;  
  padding-bottom: 10px;  
  padding-left: 0px;
}

#contact-us h1, #contact-us h2 {
}

.contact-info {  
  padding-top: 60px;  
  padding-right: 0px;  
  padding-bottom: 60px;  
  padding-left: 0px;
}

.contact-info address {  
  margin-bottom: 20px;  
  font-style: normal;  
  line-height: 27px;  
  font-size: 15px;
}

.contact-info .form-control {  
  padding-top: 6px;  
  padding-right: 12px;  
  padding-bottom: 6px;  
  padding-left: 12px;  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}

.business-stats:before {  
  content: "";  
  margin-top: 17px;  
  margin-right: 17px;  
  margin-bottom: 17px;  
  margin-left: 17px;  
  display: block;  
  height: 100px;  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;  
  position: absolute;  
  width: 100px;
}

#footer {  
  padding-top: 30px;  
  padding-bottom: 30px;  
  color: white;  
  background-color: black;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;
}

#footer a {  
  color: white;
}

#footer a:hover {  
  color: #ffa98e;
}

#footer ul {  
  list-style-type: none;  
  list-style-position: outside;  
  list-style-image: none;  
  padding-top: 0px;  
  padding-right: 0px;  
  padding-bottom: 0px;  
  padding-left: 0px;  
  margin-top: 0px;  
  margin-right: -7.5px;  
  margin-bottom: 0px;  
  margin-left: -7.5px;
}

#footer ul > li {  
  display: inline-block;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: rgba(255, 255, 255, 0.09);  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: rgba(255, 255, 255, 0.09);  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: rgba(255, 255, 255, 0.09);  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: rgba(255, 255, 255, 0.09);  
  padding-top: 3px;  
  padding-right: 0px;  
  padding-bottom: 3px;  
  padding-left: 0px;  
  width: 31px;  
  text-align: center;
}

@media only screen and (min-width: 768px) {
  #footer .social-icons { float: right; }
}

.form-control {  -webkit-box-shadow: none;
  box-shadow: none;
}

@media only screen and (max-width: 480px) {
  #hero-banner h2 { margin-top: 280px; font-size: 26px; line-height: 40px; background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.68); padding: 10px; }
  #hero-banner p { font-size: 18px; background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.68); padding: 10px; }
  #portfolio .portfolio-filter { list-style: none outside none; padding: 0px; margin: 0px 0px 12px; }
  #portfolio .portfolio-filter > li a { display: block; padding: 7px 15px; margin: 5px 2px; }
  #portfolio .portfolio-item { width: 48.9%; padding: 8px; }
  #portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview { width: 28px; height: 24px; line-height: 24px; margin: 9px auto; }
  #portfolio .portfolio-item .portfolio-item-inner .portfolio-info { padding: 7px 0px 0px; }
}

#gray {  
  color: #4c4c4c;
}

