/* ----- Theme Css ----- */

a {
    color: #0DAA90;
}

a:hover{
    color: #1A2749;
}

a, a:hover{
	text-decoration: none;
	transition: all 0.3s;
    cursor: pointer;
}
.navbar{
	border-radius: 0;
	margin:0;
    min-height: 60px;
    border: none;
}
.navbar-default{
    border: none;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.navbar-default .navbar-brand{
    padding: 25px 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #1A2749;
    letter-spacing: -2px;
    font-size: 35px;
}
.navbar-default .navbar-nav>li>a {
    color: #1A2749;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #0DAA90;
    /*border-top: 4px solid #1A2749;
    border-bottom: 4px solid #1A2749;*/
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.navbar-default .navbar-toggle{
    padding: 14px 13px;
    margin-top: 18px;
    border-color: #1A2749;
}
.navbar-default .navbar-brand p{
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #686868;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 200;
    margin-top: 5px;
    margin-left: 3px; 
}
.form-control, input {
    box-shadow: none;
    border-width: 2px;
}
.form-control {
    display: block;
    width: 100%;
    /*height: 45px;*/
    font-size: 15px;
    line-height: 1.42857;
    color: rgb(44, 62, 80);
    background-color: rgb(255, 255, 255);
    background-image: none;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(220, 228, 236);
    border-image: initial;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus, .form-control:hover {
    /*box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset, rgba(44, 62, 80, 0.6) 0px 0px 8px;*/
    box-shadow: none;
    border-color: #00BFFF;
    outline: 0px;
}
.btn-default {
    color: rgb(255, 255, 255);
    background-color: rgb(149, 165, 166);
    border-color: rgb(149, 165, 166);
}
.btn-default:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(121, 141, 143);
    border-color: rgb(116, 137, 138);
}
.btn-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(44, 62, 80);
    border-color: rgb(44, 62, 80);
}
.btn-primary:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(26, 36, 47);
    border-color: rgb(22, 31, 41);
}
.btn-success {
    color: rgb(255, 255, 255);
    background-color: rgb(24, 188, 156);
    border-color: rgb(24, 188, 156);
}
.btn-success:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(18, 143, 118);
    border-color: rgb(17, 134, 111);
}
.btn-info {
    color: rgb(255, 255, 255);
    background-color: rgb(52, 152, 219);
    border-color: rgb(52, 152, 219);
}
.btn-info:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(33, 125, 187);
    border-color: rgb(32, 119, 178);
}
.btn-warning {
    color: rgb(255, 255, 255);
    background-color: rgb(243, 156, 18);
    border-color: rgb(243, 156, 18);
}
.btn-warning:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(200, 127, 10);
    border-color: rgb(190, 120, 10);
}
.btn-danger {
    color: rgb(255, 255, 255);
    background-color: rgb(231, 76, 60);
    border-color: rgb(231, 76, 60);
}
.btn-danger:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(214, 44, 26);
    border-color: rgb(205, 42, 25);
}
.nav-tabs{
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.nav-tabs>li{
    display: block;
    width: 100%;
}
.nav-tabs>li>a{
    border: none;
    border-radius: 0;
    margin-right:0;
}
.nav-tabs>li>a:hover{
    border: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #eee;
    border: none;
    border-bottom-color: transparent;
}
.nav-tabs>li.active>a{
    color: #555;
    font-weight: 400;
}
.well{
    background-color: #F8F8F8;
}

body{
  min-height: 100vh;
}

footer{
  position: -webkit-sticky;
  position: sticky;
  top: 100vh;
  
  /** Demo only */
  /*padding: 20px;
  background: lime;*/
}

ul.nav.nav-tabs.tabs-left.well{
    padding: 0;
}


/* -- carousel start --*/
.carousel {
    /*width: 650px;*/
    margin: 0 auto;
    padding-bottom: 20px;
}
.carousel .item {
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    min-height: 300px;
}
.carousel .item a {
    color: #0DAA90;
}
.carousel .img-box {
    width: 145px;
    height: 145px;
    margin: 0 auto;
    border-radius: 50%;
}
.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 100%;
    border: 5px solid rgba(255, 255, 255, 1);
}
.carousel .testimonial {    
    padding: 30px 0 10px;
}
.carousel .overview {   
    text-align: center;
    padding-bottom: 5px;
}
.carousel .overview b {
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    display: block; 
    padding-bottom: 5px;
}
.carousel .star-rating i {
    font-size: 18px;
    color: #ffdc12;
}
.carousel .carousel-control {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    text-shadow: none;
    top: 4px;
    border: 2px solid #fff;
    transition: all 0.3s;
    opacity: 1 !important;
}
.carousel .carousel-control:hover{
    background: #fff;
    color: #444;
}

.carousel-control i {
    font-size: 18px;
    margin-right: 2px;
    position: relative;
    top: 2px;
}
.carousel-control.left {
    left: auto;
    right: 40px;
}
.carousel-control.right i {
    margin-right: -2px;
}
.carousel .carousel-indicators {
    bottom: 15px;
}
.carousel-indicators li, .carousel-indicators li.active {
    width: 13px;
    height: 13px;
    margin: 1px 5px;
    border-radius: 0;
}
.carousel-indicators li {
    border-color: transparent;
    background: transparent;
    border: 2px solid #fff;
}
.carousel-indicators li.active {
    border: none;
    background: #fff;       
}
#testomonial p, #testomonial p em {
    font-weight: lighter;
    font-size: 19px !important;
    /*min-height: 200px;*/
    line-height: 29px;
    text-shadow: 0 0 50px rgba(0,0,0,0.5);
    font-style: italic;
    font-weight: 400;
    color: #fff;
}
.slider-wrapper{
    background: rgba(0,0,0,0.5);
    padding-top: 20px;
    border-radius: 20px;
    /*box-shadow: 0 0 20px rgba(0,0,0,0.5);*/
}
.carousel-control{
    opacity: 0.7;
}
/* -- carousel end --*/

@media (min-width: 768px){
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (max-width: 450px){
    .navbar-default .navbar-brand {
        padding: 30px 15px;
    }
    .navbar-default .navbar-brand p{
        display: none;
    }
}

