@import url(https://fonts.googleapis.com/css?family=Play:400,700);
a,
.btn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
a:hover {
    text-decoration: none;
}
* {
    font-family: 'Play';
}
html {
    min-height: 100%;
    position: relative;
}
body {
    margin-bottom: 115px;
}
.form-control:focus {
    border-color: #49b2a6;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(73, 178, 166, 0.6);
    outline: 0 none;
}
header {
    background: url(../images/header_bg.png) repeat-x center top;
    min-height: 104px;
}
.logo {
    padding: 10px 0px;
    display: block;
}
header ul {
    margin: 20px 0px 10px;
}
.navbar.navbar-default {
    background-color: #49B2A6;
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
    min-height: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    border-left: 1px solid #3F9E93;
    border-right: 1px solid #3F9E93;
}
.navbar-default .navbar-collapse {
    border: none;
    box-shadow: none;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    border: none;
    background: none;
}
.navbar-default .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle .icon-bar:hover,
.navbar-default .navbar-toggle .icon-bar:focus {
    background: #fff;
}
.navbar-default .navbar-nav > li:first-child > a {
    border-left: none;
}
.navbar-default .navbar-nav > li:last-child > a {
    border-right: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    background-color: #F3F3F3;
    color: #3F9E93;
}
.navbar-default .navbar-nav .dropdown-menu {
    background: #3F9E93;
}
.navbar-default .navbar-nav .dropdown-menu li a {
    color: #f3f3f3 !important;
}
.navbar-default .navbar-nav .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .dropdown-menu > li > a:hover {
    color: #414141 !important;
}
/* .navbar-default .navbar-nav .dropdown-menu li a:hover,.navbar-default .navbar-nav .dropdown-menu li a:focus { color: #49B2A6  !important; background-color: #3F9E93 !important; } */
.introduction {
    background-color: #F3F3F3;
    padding: 20px 0px;
    margin-bottom: 20px;
}
.introduction .container {
    background: url(../images/wcr.png) no-repeat right bottom;
    height: 100%;
}
.features .thumbnail {
    text-align: center;
    border: none;
    padding: 0;
    overflow: hidden;
    border-radius: 0;
}
.features .thumbnail img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.features .thumbnail img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.features .thumbnail h2 {
    font-size: 120%;
    font-weight: 700;
}
.features .thumbnail .caption {
    color: #fff;
    min-height: 200px;
    position: relative;
}
.features .thumbnail .btn {
    position: absolute;
    bottom: 10px;
    left: 35%;
}
.thumbnail.red .caption {
    background-color: #D8544D;
}
.thumbnail.semi-green .caption {
    background-color: #49B2A6;
}
.thumbnail.green .caption {
    background-color: #8CBD3A;
}
.thumbnail.red .btn {
    border-color: #c1322b;
}
.thumbnail.semi-green .btn {
    border-color: #398e85;
}
.thumbnail.green .btn {
    border-color: #70992f;
}
.client marquee {
    overflow: hidden;
}
.client marquee ul {
    display: inline;
}
footer {
    background: url(../images/footer_bg.png) repeat-x bottom center;
    padding-bottom: 48px;
    padding-top: 20px;
    height: 115px;
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
}
.heading-gray {
    background: #eff0f2 none repeat scroll 0 0;
    padding: 10px;
    font-weight: bold;
}
.two-color-heading {
    color: #000;
}
.two-color-heading span {
    color: #49B2A6;
    font-family: inherit;
}
.text-green {
    color: #49B2A6;
}
.text-bold {
    font-weight: bold;
}
.black-line {
    border-top: 1px solid #000;
    margin: 5px auto;
}
.btn-green {
    background: #49B2A6;
    color: white;
}
.btn-green:hover,
.btn-green:focus {
    background: #3F9E93;
    color: white;
}
.btn-blue {
    background: #5EBFCE;
    color: white;
}
.btn-blue:hover,
.btn-blue:focus {
    background: #4EA0AD;
    color: white;
}
.user-img {
    margin-right: 5px;
    vertical-align: middle;
    height: 70px;
    width: 70px;
    display: inline;
    border: 1px solid #49B2A6;
}
.vcenter {
    padding-top: 25px;
    display: block;
}
.tbpad {
    padding-top: 10px;
    padding-bottom: 10px;
}
.a-link {
    color: #49B2A6;
}
.a-link:hover,
.a-link:focus {
    color: #B2E7EE;
}
.table-green th, .table-green td {
  padding: 5px !important;
}
.table-green > tbody > tr > th {
    background: #49B2A6;
    color: #fff;
}
.table-gray > tbody > tr > th {
    background: #eff0f2;
    color: #000;
}
/* .gallery-img {
    max-height: 200px;
    width: 100%
} */
.profile-text {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}
.profile-image {
    border: none;
}
.profile-image img {
    width: 200px !important;
    height: 200px !important;
    border: 8px solid #49B2A6;
}
.profile-details {
    border-left: 1px dashed #ccc;
}
.footlink li a {
    color: #000;
}
.footlink li a:hover,
.footlink li a:focus {
    color: #49B2A6;
}
.credits a {
    color: #2A726A;
    font-weight: bold;
}
.imgWrapper {
    overflow: hidden;
}
.imgWrapper a {
    padding-top: 75%;
    position: relative;
    display: block;
}
.imgWrapper img {
    height: 100% !important;
    margin: auto;
    width: 100% !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.gallery-box {
    margin-bottom: 30px;
}
.why-us {
    background: #fdee1f none repeat scroll 0 0;
    border-radius: 25px 0 24px;
    box-shadow: 0 5px 2px -2px #e5d440;
    margin: auto auto 20px auto;
    padding: 10px 15px;
}
.spacer {
  margin: 10px auto;
}
.editform .form-group {
  margin-bottom: 5px;
}
.editform label {
  margin-bottom: 2px;
}
.b-m {
  margin-bottom: 10px;
}
/* All media queries*/
@media (min-width: 768px) and (max-width: 991px) {
    .active > div:first-child {
        display: block;
    }
    .active > div:first-child + div {
        display: block;
    }
    .active > div:last-child {
        display: none;
    }
}
@media (max-width: 767px) {
    .active > div {
        display: none;
    }
    .active > div:first-child {
        display: block;
    }
}
@media all and (min-width:768px) {
    .navbar-default .navbar-collapse {
        padding: 0;
    }
    /*.navbar-default .navbar-collapse {
		text-align: center;
	}
	.navbar-default .navbar-nav {
		float: none;
		display: inline-block;
		vertical-align: top;
	}*/
}
@media all and (max-width:640px) {
    .text-center-xs {
        text-align: center;
    }
    body {
        margin-bottom: 222px;
    }
    footer {
        height: 222px;
    }
}
/************CAROUSEL*************/
.carousel-control {
    width: 4%;
}
.carousel-control.left,
.carousel-control.right {
    margin-left: 15px;
    background-image: none;
}
@media (max-width: 767px) {
    .carousel-inner .active.left {
        left: -100%;
    }
    .carousel-inner .next {
        left: 100%;
    }
    .carousel-inner .prev {
        left: -100%;
    }
    .active > div {
        display: none;
    }
    .active > div:first-child {
        display: block;
    }
}
@media (min-width: 767px) and (max-width: 992px) {
    .carousel-inner .active.left {
        left: -50%;
    }
    .carousel-inner .next {
        left: 50%;
    }
    .carousel-inner .prev {
        left: -50%;
    }
    .active > div {
        display: none;
    }
    .active > div:first-child {
        display: block;
    }
    .active > div:first-child + div {
        display: block;
    }
}
@media (min-width: 992px) {
    .carousel-inner .active.left {
        left: -25%;
    }
    .carousel-inner .next {
        left: 25%;
    }
    .carousel-inner .prev {
        left: -25%;
    }
}