* {font-family: 'Quicksand', sans-serif;color:#4d4d4d}
html, body{margin:0px;padding:0px}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.5, 1.5);
    }
}
@-webkit-keyframes soldan {
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}



/**
    .carousel-inner .carousel-item > img {
        -webkit-animation: zoom 20s;
        animation: zoom 20s;
    }
*/


caption-animate .carousel-item.active .carousel-caption {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.caption-animate  .carousel-item.active .carousel-caption.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.caption-animate  .carousel-item.active .carousel-caption.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.caption-animate .carousel-item.active .carousel-caption.flipOutX,
.caption-animate .carousel-item.active .carousel-caption.flipOutY,
.caption-animate .carousel-item.active .carousel-caption.bounceIn,
.caption-animate .carousel-item.active .carousel-caption.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}
.caption-animate .carousel-item .carousel-caption.fadeIn,
.caption-animate .carousel-item .carousel-caption.fadeInDown,
.caption-animate .carousel-item .carousel-caption.fadeInDownBig,
.caption-animate .carousel-item .carousel-caption.fadeInLeft,
.caption-animate .carousel-item .carousel-caption.fadeInLeftBig,
.caption-animate .carousel-item .carousel-caption.fadeInRight,
.caption-animate .carousel-item .carousel-caption.fadeInRightBig,
.caption-animate .carousel-item .carousel-caption.fadeInUp,
.caption-animate .carousel-item .carousel-caption.fadeInUpBig{
    opacity:0;
}

.bg-light{
    background:rgba(255,255,255,0.5)!important;
    border-bottom:solid 1px #ddd;
}
.bg-light.scrolled, .dropdown-menu.scrolled{
    background:rgba(255,255,255,0.9)!important;
}
.bg-light.show{
    background:rgba(255,255,255,0.9)!important;
}

.transition-timer-carousel-progress-bar {
    height: 3px;
    background-color: #25aae1;
    width: 0%;
    margin: 0px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}
.icon-box .icon-wrapper img{
    border-radius: 50%;
    width: 188px;
    height: 188px;
}
.icon-box .icon-wrapper{
    margin: 0px 0px 30px;
    position: relative;
    display: inline-block;
    float: none;
    border: 1px solid;
    border-radius: 50%;
    width: 190px;
    height: 190px;
    border-color:#d8e6f0;
}
.h4{
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0.5px;
}
p{
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.5px;
}
.icon-box{
    text-align: center;
    border: 1px solid;
    box-sizing: border-box;
    padding: 40px 20px;
    margin: 0px -1px 0px 0px;
    float: left;
    overflow: hidden;
    border-color:#d8e6f0;
    background:#fff;
    margin-bottom:25px;
}
.icon-box:hover{
    -webkit-box-shadow: 0px 0px 28px -4px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 0px 28px -4px rgba(0,0,0,0.26);
    box-shadow: 0px 0px 28px -4px rgba(0,0,0,0.26);
    transform: scale(1.03, 1.03);
}

.full-icon-box{
    text-align: center;
    width: 100%;
    padding: 35px 30px 40px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    min-height: 242px;
    border: 1px solid;
    overflow: hidden;
    border-color:#d8e6f0;
}
.full-wrapper .col-12,.full-wrapper .col-sm-12,.full-wrapper .col-md-6,.full-wrapper .col-lg-3,.full-wrapper .col-xl-3{
    padding:0px
}

.full-icon-content p{
    display: block;
    color: #fff;
    margin: 0px;
    text-align: left;
}
.full-icon-content p{
    display: none;
}
.full-icon-box{
    height:350px;
}
.full-icon-box:hover{
    background: #89cddf;
}
.full-icon-box:hover .full-icon-wrapper{
    display: none;
}

.full-icon-box:hover .full-icon-content p{
    display: block;
}
.full-icon-box:hover *{
    color:#fff;
}
#carouselExampleIndicators{max-height:675px}
#carouselExampleIndicators .carousel-item, .product-item{
    background: rgb(254,246,233);
    background: -moz-linear-gradient(left, rgb(254,246,233) 0%, rgb(226,191,161) 100%);
    background: -webkit-linear-gradient(left, rgb(254,246,233) 0%,rgb(226,191,161) 100%);
    background: linear-gradient(to right, rgb(254,246,233) 0%,rgb(226,191,161) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef6e9', endColorstr='#e2bfa1',GradientType=1 );
}
.product-item-reverse{
    background: rgb(254,246,233);
    background: -moz-linear-gradient(right, rgb(254,246,233) 0%, rgb(226,191,161) 100%);
    background: -webkit-linear-gradient(right, rgb(254,246,233) 0%,rgb(226,191,161) 100%);
    background: linear-gradient(to left, rgb(254,246,233) 0%,rgb(226,191,161) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2bfa1', endColorstr='#fef6e9',GradientType=1 );
}
.product-item-blue{
    background: rgb(192,235,241);
    background: -moz-linear-gradient(left, rgb(192,235,241) 1%, rgb(125,185,232) 100%);
    background: -webkit-linear-gradient(left, rgb(192,235,241) 1%,rgb(125,185,232) 100%);
    background: linear-gradient(to right, rgb(192,235,241) 1%,rgb(125,185,232) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0ebf1', endColorstr='#7db9e8',GradientType=1 );
}
.form-caption {
    background: #f6d5c2;
    background: -moz-radial-gradient(center, ellipse cover, #f6d5c2 0%, #d89675 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #f6d5c2 0%, #d89675 100%);
    background: radial-gradient(ellipse at center, #f6d5c2 0%, #d89675 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6d5c2', endColorstr='#d89675', GradientType=1);
}
.carousel-item h1, .carousel-item p{
    text-shadow: 2px 4px 8px rgba(204,162,126,0.56);
}

@media (max-width: 767px) {
    .carousel-item{
        min-height: 430px;
    }
    .carousel-item img{
        max-height: 430px;
    }
    .carousel-caption{
        margin:0px auto;
        width: 100%;
        left:0px
    }
    .carousel-caption h1{
        font-size:2em;
    }
    .carousel-caption p{
        display:none;
    }
    .col-sm-hide{display: none}
}

@media (min-width: 768px) and (max-width: 991px){
    .img-top-marg{margin-top:235px}
    .carousel-item{
        min-height: 500px;
    }
    .carousel-item img{
        max-height: 500px;
    }
    col-md-hide{display: none}
}

@media (min-width: 992px) and (max-width: 1365px) {
    .img-top-marg{margin-top:10px}
    .carousel-item{
        min-height: 675px;
    }
    .carousel-caption h1{
        font-size:4em;
    }
    .carousel-item img{
        max-height: 675px;
    }
    .carousel-caption-left{
        text-align:left;
        top: 40%;
        left: 5%;
    }
    .carousel-caption-right{
        text-align:right;
        top: 40%;
        right: 5%;
    }
}


@media (min-width: 1366px)  {
    .img-top-marg{margin-top:-70px}
    .carousel-caption {
        text-align: center;
        top: 40%;
    }
    .carousel-caption h1{
        font-size:5em;
    }
    .carousel-item{
        min-height: 675px;
    }
    .carousel-item img{
        max-height: 675px;
    }
}
.carousel-control-prev-icon {
    background-image: url('/img/carousel_prev.svg');
}

.carousel-control-next-icon {
    background-image: url('/img/carousel_next.svg');
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.form-group label{color:#fff}

.mapSpan span:before {
    z-index: 1;
    position: relative;

}
.mapSpan span:after {
    position: absolute;
    border-top: 1px dashed #bababa;
    content: "";
    display: block;
    right: 0;
    width: 50%;
    height: 1px;
    top: 77px;
    left:50%;
    margin-left:-25%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 0;
}
.footer, .footer *{color:#fff}
.footer ul li{list-style:none}
.footer .float-left{font-size:12px}
.footer .float-left, .footer .float-left ul, .footer .float-left li{
    padding-left:0px;margin-left:10px;
}
.footer>ul{border-left:solid 1px #ddd}
.footer a:hover{color:#000000;text-decoration: none}
.footerBG {
    border-top:solid 3px #c68564;
    background: rgb(216,170,147);
    background: -moz-linear-gradient(top, rgb(216,170,147) 0%, rgb(0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgb(216,170,147) 0%,rgb(0,0,0) 100%);
    background: linear-gradient(to bottom, rgb(216,170,147) 0%,rgb(0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8aa93', endColorstr='#000000',GradientType=0 );

}
a{color:#2d2d2d;text-decoration: none}
a:hover{color:#0090ff;text-decoration: none}

.navbar-light .navbar-nav .nav-link {
    color: rgb(64, 64, 64);
}
.btco-menu li > a {
    padding: 10px 15px;
    color: #000;
}

.btco-menu .active a:focus,
.btco-menu li a:focus ,
.navbar > .show > a:focus{
    background: transparent;
    outline: 0;
}
.dropdown-menu .dropdown-toggle::after{
    transform: rotate(-90deg);
    float: right;
    margin-top:8px;
    margin-right:8px;
}

.dropdown-menu .show > .dropdown-toggle::after{
    margin-right:0px;
    -webkit-transition: margin-right 0.3s linear;
    -khtml-transition: margin-right 0.3s linear;
    -moz-transition: margin-right 0.3s linear;
    -ms-transition: margin-right 0.3s linear;
    transition: margin-right 0.3s linear;
}

.dropdown-menu{
    background:rgba(255,255,255,0.5)!important;
}
.dropdown-menu {
    position: absolute;
    top: 140%;
}
.menu-min-size{
    min-width: 300px;
}
@media (max-width: 991px){
    .dropdown-menu .show .dropdown-menu{
             margin-left:35px;
         }
    .nav-link {
        display: block;
        padding: .25rem 1rem;
    }
}
@media (min-width: 992px){
    .dropdown-menu .show .dropdown-menu{
        margin-top:-2px;
    }


}
.navbar-default .navbar-nav > .show > a,
.navbar-default .navbar-nav > .show > a:hover,
.navbar-default .navbar-nav > .show > a:focus {
    color: #25aae1; /* <—– change your color here*/
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #25aae1 !important;
}
.nav-link{
    padding-left: 20px!important;
    padding-right: 20px!important;
}
.dropdown-item.active, .dropdown-item.show, .dropdown-item:active {
    background-color: #eee;
}

h5{
    font-size:1.2rem;
}
.dropdown-menu.scrolled {
    background:rgba(255,255,255,0.95)!important;
}
@media (min-width: 992px) and (max-width:1200px){
    h4{font-size:1.4rem;}
    h5{font-size:1rem;}
    p{font-size:14px}
}
