@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
body {
  background: #ffffff;
  font-family: "Open Sans", Arial, sans-serif;
  color: #4e4e4e;
  line-height: 22px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #4e4e4e;
}
h1 {
  font-size: 36px;
  color: #787878;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}
h4 {
  font-size: 16px;
}
p {
  margin-bottom: 15px;
}
a {
  color: #16a857;
}
a:hover,
a:focus {
  color: #13914b;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #16a857;
}
.navbar-inverse:hover .navbar-toggle .icon-bar {
  background-color: #fff;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.btn-primary {
  background: #16a857;
}
.navbar {
  margin-bottom: 0;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.175);
  background-color: #e0e0e0;
  border-radius: 0;
  border: none;
}
.navbar.navbar-inverse {
  background-color: #f4f4f4;
}
.navbar-brand {
  padding-top: 5px;
  padding-bottom: 5px;
}
.sub-menu {
  width: 450px;
}
.dropdown-menu {
  border: none;
  padding: 10px 0;
  background-color: #f4f4f4;
}
.dropdown-menu li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #333333;
}
.dropdown-menu li > a:hover {
  color: #16a857;
  background: transparent;
}
body > section {
  padding: 70px 0;
}
body > section.content-area {
  padding-top: 30px;
}
.mrg-btm-30 {
  margin-bottom: 30px;
}
.center {
  text-align: center;
  /* padding-bottom: 55px; */
}
.center h2 {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}
.statement {
  color: #333;
  font-size: 16px;
  font-style: italic;
  padding: 20px 20px 0 100px;
}
.name {
  color: #575757;
  font-size: 0.8em;
  font-style: normal;
  line-height: 1.5em;
}
.icon-quote-left {
  display: block;
  float: left;
  color: #333;
  font-size: 1.2em;
  line-height: 1.2em;
  margin: -5px 0 0 -35px;
  width: 35px;
  height: 35px;
  font-family: FontAwesome;
}
.icon-quote-left:before {
  content: "";
}
/* -------------------------------------------------------------------------------------------------- */
/* -----------------------------------------   Home Page    ----------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
#main-slider {
  position: relative;
}
#main-slider .carousel .carousel-content {
  margin-top: 130px;
  padding: 10px;
  border-radius: 5px;
  background: url('../images/grey-transparent.png') 0 0 repeat;
}
#main-slider .carousel .carousel-content h1 {
  margin-top: 5px;
  color: #fff;
  font-size: 30px;
}
#main-slider .carousel .carousel-content h1 span {
  font-size: 18px;
  color: #ccc;
}
#main-slider .carousel .carousel-content h2 {
  font-size: 18px;
  font-weight: 300;
}
#main-slider .carousel .slide-margin {
  margin-top: 140px;
}
#main-slider .carousel h2 {
  color: #fff;
}
#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #16a857;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}
#main-slider .carousel .slider-img {
  text-align: right;
  position: absolute;
}
#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 730px;
}
#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}
#main-slider .carousel .item.active {
  opacity: 1;
  z-index: 1;
}
#main-slider .carousel .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}
#main-slider .carousel .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}
#main-slider .carousel .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #16a857;
  margin: 0 15px 0 0;
  border: 1px solid #16a857;
  position: relative;
}
#main-slider .carousel .carousel-indicators li.active:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #16a857;
  border: 1px solid #16a857;
  left: -3px;
  top: -3px;
}
#main-slider .carousel .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .carousel .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .carousel .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .carousel .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}
#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: #16a857;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}
#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #0d6434;
}
#main-slider .prev {
  left: 10px;
}
#main-slider .next {
  right: 10px;
}
.no-margin {
  margin: 0;
  padding: 0;
}
.img-wrap {
  border-radius: 5px;
  margin-bottom: 15px;
}
.img-wrap.left {
  margin-right: 20px;
  float: left;
}
.img-wrap.right {
  margin-left: 20px;
  float: right;
}
.img-wrap img {
  max-height: 300px;
}
#contact-info {
  background: #ffffff url(../images/contact.png) no-repeat 90% bottom;
  padding: 30px 0;
  min-height: 130px;
}
#contact-info .contact-info {
  color: #575757;
  margin-top: 80px;
}
#contact-info .contact-info h2 {
  font-size: 32px;
  line-height: 40px;
}
#contact-info .contact-info i {
  width: 100px;
  height: 100px;
  font-size: 40px;
  line-height: 100px;
  color: #fff;
  background: #575757;
  text-align: center;
  border-radius: 10px;
}
.partner {
  background: url(../images/partners/partner_bg.png) 50% 50% no-repeat;
  background-size: cover;
  color: #000;
  text-align: center;
}
.partner h2,
.partner h3 {
  color: #000;
}
.partner .partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.partner .partners ul li {
  display: inline-block;
  float: left;
  width: 20%;
}
.social_icons,
.tag {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: block;
}
.social_icons li,
.tag li {
  display: inline-block;
  margin-right: 5px;
}
.social_icons li a i,
.tag li a i {
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  padding: 0;
  text-align: center;
  width: 25px;
  opacity: .8;
}
#feature {
  background: #f2f2f2;
  padding-bottom: 40px;
}
#feature .features {
  padding: 0;
}
#feature .features .feature-wrap {
  margin-bottom: 35px;
  overflow: hidden;
}
#feature .features .feature-wrap h2 {
  margin-top: 10px;
}
#feature .features .feature-wrap .pull-left {
  margin-right: 25px;
}
#feature .features .feature-wrap i {
  font-size: 48px;
  height: 110px;
  width: 110px;
  margin: 3px;
  border-radius: 100%;
  line-height: 110px;
  text-align: center;
  background: #ffffff;
  color: #16a857;
  border: 3px solid #ffffff;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  float: left;
  margin-right: 25px;
}
#feature .features .feature-wrap i:hover {
  background: #16a857;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 5px #16a857;
  box-shadow: inset 0 0 0 5px #16a857;
  border: 3px solid #16a857;
}
.mt-70 {
  margin-top: 70px;
}
/* -------------------------------------------------------------------------------------------------- */
/* ------------------------------------------  Inner Page  ------------------------------------------ */
/* -------------------------------------------------------------------------------------------------- */
::selection,
*::-moz-selection {
  background: none repeat scroll 0 0 #16a857;
  color: #ffffff;
  text-shadow: none;
}
.page-header-wrap {
  margin: 0;
  padding: 0;
}
.nav.sub-nav li.head {
  font-weight: 600;
  background: #16a857;
  color: #fff;
  padding: 10px 15px;
}
.nav.sub-nav li.head a {
  padding: 0;
  color: #fff;
}
.nav.sub-nav li.head a:hover,
.nav.sub-nav li.head a:focus {
  background: transparent;
  color: #000000;
}
ul.list-group.key-benefits .list-group-item {
  border: none;
  position: relative;
  padding-left: 20px;
  margin: 0;
  padding: 3px 0px 3px 25px;
}
ul.list-group.key-benefits .list-group-item:before {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 4px;
  height: 4px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  content: "\f0c8";
  float: left;
  color: #28588f;
  font-size: 10px;
}
.page-header-section {
  margin: 0;
  background-image: url("../images/bg-squares-header.png");
  background-repeat: repeat;
  background-size: 297px 297px;
  position: relative;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}
.page-header-section .page-header-content {
  display: inline-block;
  padding: 25px 0;
  width: 100%;
}
.page-header-section .page-header-content .title {
  margin: 0;
  font-weight: 300;
  color: #112233;
}
.page-breadcrumb {
  padding: 5px 0;
}
.page-breadcrumb .breadcrumb {
  background: transparent;
}
.page-breadcrumb .breadcrumb li {
  float: left;
  margin-right: 5px;
}
.page-breadcrumb a,
.page-breadcrumb span {
  font-size: 14px;
  margin-right: 5px;
}
.page-breadcrumb span {
  margin-right: 0;
}
.page-breadcrumb i {
  font-size: 12px;
  color: #c7c7c7;
}
.page-breadcrumb a {
  line-height: 15px;
  margin-top: 1px;
}
.content-area h1 {
  padding: 10px 0 15px 0;
  margin-bottom: 15px;
  background: url(../images/heading-bottom.png) 0 bottom no-repeat;
  border-bottom: 1px solid #f2f2f2;
}
/* -------------------------------------------------------------------------------------------------- */
/* -----------------------------------------  about us Page  ---------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
.single-profile-top,
.single-profile-top,
.single-profile-bottom {
  margin-bottom: 15px;
  border: 1px solid #ddd;
  padding: 15px;
  position: relative;
  font-weight: 400;
  line-height: 24px;
  overflow: hidden;
}
.media,
.media-body {
  display: table-cell;
  vertical-align: top;
  margin-bottom: 10px;
}
.media img,
.media-body img {
  max-width: 150px;
}
.media-body {
  overflow: hidden;
  padding-left: 20px;
}
.clients-comments img {
  display: block;
  margin: 0 auto;
  max-width: 200px;
  border-radius: 100%;
}
.team .btn {
  background: transparent;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 3px;
  padding: 1px 5px;
  text-transform: uppercase;
  border: 1px solid#ddd;
  margin-right: 3px;
}
.team .btn a {
  color: #ccc;
}
.team a {
  color: #fff;
}
.team .social_icons .fa-facebook {
  background: #0182c4;
}
.team .social_icons .fa-twitter {
  background: #20b8ff;
}
.team .social_icons .fa-google-plus {
  background: #d34836;
}
.team .social_icons .fa-facebook:hover,
.team .social_icons .fa-twitter:hover,
.team .social_icons .fa-google-plus:hover {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transition-duration: 2s;
  transition-property: all;
  transition-timing-function: ease;
  opacity: 1;
}
/* -------------------------------------------------------------------------------------------------- */
/* -----------------------------------------  Contact Page  ----------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
.gmap-area {
  background: url('../images/map.jpg') 0 0 no-repeat;
  background-size: cover;
  padding: 70px 0;
}
.gmap-area .gmap {
  border: 10px solid #f6f5f0;
  border-radius: 50%;
  height: 300px;
  width: 300px;
  box-shadow: 0px 0px 3px 3px #e7e4dc;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.gmap-area .gmap iframe {
  border-radius: 50%;
  height: 280px;
  width: 300px;
}
.gmap-area .map-content ul {
  list-style: none;
}
.gmap-area .map-content address h5 {
  font-weight: 700;
}
#contact-page {
  padding-top: 0;
}
#contact-page .form-group label {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 300;
}
#contact-page .form-group .form-control {
  padding: 7px 12px;
  border-color: #f2f2f2;
  box-shadow: none;
}
#contact-page textarea#message {
  resize: none;
  padding: 10px;
}
#contact-page .contact-wrap {
  margin-top: 20px;
}
/* -------------------------------------------------------------------------------------------------- */
/* -----------------------------------------      footer    ----------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
#bottom {
  background: #494949;
  border-bottom: 5px solid #16a857;
  font-size: 14px;
}
#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 22px;
  color: #000;
}
#bottom ul li {
  display: block;
}
#bottom ul li a {
  color: #808080;
}
#bottom ul li a:hover {
  color: #16a857;
}
#bottom .widget {
  margin-bottom: 0;
}
footer {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background: #2e2e2e;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #16a857;
}
footer ul > li {
  display: inline-block;
  margin-left: 15px;
}
.nav.footer-nav > li {
  padding: 0;
}
.nav.footer-nav > li > a {
  padding: 0 0 3px 0;
}
.nav.footer-nav > li > a:hover,
.nav.footer-nav > li > a:focus {
  background: transparent;
}
footer .nav.footer-nav > li > a {
  padding-left: 15px;
  padding-right: 15px;
  height: 42px;
  line-height: 42px;
}
.social-profile-icons ul li {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  float: left;
  list-style-type: none;
  margin: 0 5px 10px;
  padding: 0;
}
.social-profile-icons ul li a {
  display: block;
  height: 32px;
  transition: all 0.25s linear 0s;
  width: 32px;
}
.social-profile-icons ul li a:hover {
  opacity: 0.7;
}
.social-profile-icons ul li.facebook a {
  background: url("../images/facebook.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.social-profile-icons ul li.gplus a {
  background: url("../images/googleplus.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.social-profile-icons ul li.twitter a {
  background: url("../images/twitter.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.midnight-blue p {
  line-height: 42px;
  margin: 0;
  padding: 0;
}
.midnight-blue p .nav.footer-nav > li {
  margin: 1;
}
@media (min-width: 768px) {
  #contact-info .contact-info h2 {
    margin-top: 0;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .container > .navbar-collapse {
    margin-right: 15px;
  }
}
@media (max-width: 639px) {
  .navbar-inverse .navbar-brand {
    padding: 10px 0 10px 15px;
  }
  .img-wrap.left,
  .img-wrap.right {
    margin: 0;
    float: none;
  }
  .img-wrap.left img,
  .img-wrap.right img {
    margin: 0 auto;
    max-height: 300px;
  }
}
.form_status {
  padding: 15px 0;
  display: block;
}
