

.sec-top{
    margin-top: 150px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 30px;
    top: 520px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float{
    margin-top:16px;
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .header-menu ul li {
        margin-right: 30px;
    }
}

.co1{
	color: #ae9455;	
}

.co2{
	color: #fff;
	text-align: center;	
}

.co3{
	color: #fff;	
	text-transform: uppercase;
	margin-left: 30px;
	margin-right: 30px;
}

.fo1 {
    font-size: 16px;
    line-height: 26px;
    color: #acacac;
    font-weight: 400;
    font-family: 'Lora', serif;
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #e99bb1 !important;
    transition: .5s !important;
    z-index: 922;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

.inner.testimonial-area {
    background: #6a142d !important;
    position: relative;
    padding: 110px 0 118px;
}

.footer-widget-contact-info ul li i {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    margin-right: 13px;
}

.footer-area {
    background: #5a0721;
    padding: 100px 0 0;
}

.footer-widget-contact {
    background: #721731;
    padding: 48px 42px 54px;
    position: relative;
    margin-top: -179px;
}

.footer-bottom-area {
    background: #272727;
    padding: 18px 0 33px;
}

/*Faq*/
.facilities-area .row.add-boder {
    border-top: 1px solid #61616142;
    padding-top: 30px;
    padding-bottom: 30px;
}

 .gallery img {
      border-radius: 12px;
      transition: transform 0.3s ease-in-out;
      cursor: pointer;
    }
    .gallery img:hover {
      transform: scale(1.05);
    }

.fotext{
    color: #acacac;
}

.fo2 {
    margin-left: 10px;
    margin-right: 10px;
    color: #fff;
    padding: 30px;
    border: 1px #ae9455 solid;
}

.breadcum-title h4 {
    font-size: 40px;
    line-height: 70px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 11px;
}