h1,h2,h3,h4,h5,h6,p,a{
	font-family: 'Oswald', sans-serif;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Pontano Sans', sans-serif;
    
}

.btn-contact {
    background-color: #af7500 !Important;
    color: #fff !important;
    border-radius: 120px;
    padding: 6px 17px !important;
    box-shadow: rgb(175 118 43) 0px 7px 29px 0px;
    font-size: 15px;
}


.circle-loc span {
    display: inline-block;
    height: 120px;
    padding: 24px;
    width: 120px;
    margin: 20px 40px;
    border-radius: 130px;
    box-shadow: rgb(0 14 27 / 20%) 0px 8px 24px;
    background-color:#fff;
        position: relative;
    top: -82px;
}

.circle-loc span p{
    margin: 0;
    font-size:12px;
}

.small{
    font-size:9px;
        margin: 0;
        color:#b6bbb6;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.fixed-top {
    border-top: 4px solid #af7500 !important;
}

.box .count{
	font-size:50px;
	font-weight:700;
}

.box p{
	margin:0;
	padding:0;
	font-weight:400;
}

.third-bnr h3{
	color:#af7500;
	font-size:40px;
}

.third-bnr p{
	font-size:30px;
}

.txt-light{
	color:#af7500;
}

.txt-white{
	color:#fff;
}

.txt-thin{
	font-weight:300 !important;
}

.btn-warning{
    background-color:#232323;
    color:#fff;
    border:0;
}

.btn-primary {
    color: #fff;
    background-color: #232323;
    border-color: #232323;
}

.modal-header {
    padding: 5px;
    border: 0px;
}

.btn-white{
    background-color:#ffc107;
    color:#232323;
    border:0;
}

.btn-w{
     background-color:#fff;
    color:#232323;
    border:0;   
}

.no-gap{
	padding:0;
	margin:0;
}

.tb-gap{
	padding-top:50px;
	padding-bottom:50px;
}

.carousel .carousel-item{
	height:100vh;
}


.pricing{
	background-image:url('../img/img2.jpeg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:right-center;
	background-attachment:fixed;
}

.inner-box{
	background-color:rgb(255 255 255 / 70%);
	padding:20px;
}

.inner-box table, .inner-box table tr, .inner-box table td, .inner-box table th {
	border:1px solid #000;
}

.about h5{
	font-size:15px;
}

.about p{
	font-size:14px;
}

.txt-bolder{
	font-weight:800;
}

.text-thin{
	font-weight:300;
}

.top-eighty{
	margin-top:80px !important;
}

.rl-gap{
	/*padding-left:20px;*/
	padding-right:40px;
}

.txt-black{
	color:#000;
}

.txt-yellow{
	color:#ffc107;
}

.bg-light {
    background-color: #af7500 !Important;
    color: #fff;
}

.ficon{
	color:#2E1114;
	font-size:20px;
	border:1px solid #ffc107;
	padding:10px 20px;
	border-radius:4px;
	width:100%;
}

.about p{
	line-height: 24px;
	font-size:15px;
}

.txt-bold{
	font-weight:800;
}

.txt-dark{
	color:#000;
}

.sec-title{
	text-transform:uppercase;
	margin-bottom:30px;
	font-weight:200 !important;
}


.slider-bg{
    background-color: #000;
    color:#fff;
}

.launch-title p{
	font-weight:300;
	font-size:26px;
	margin-bottom:0;
	color:#ffc107;
}

.launch-title h3{
	font-weight:900;
}

.launch-title{
	margin-bottom:50px;
	margin-top:50px;
}

.launch-title h5{
	font-weight:700;
}

.launch-title{
	animation: animate  
                1.8s linear infinite;
}

@keyframes animate { 
            0% { 
                opacity: 0; 
            } 
  
            50% { 
                opacity: 0.7; 
            } 
  
            100% { 
                opacity: 0; 
            } 
        } 


.address-title h4{
	font-weight:300;
}

.address-title{
	border:1px double #fdfdfd;
	padding:20px;
	margin: 30px 0;
	
}

.address-title h4 span{
	font-size:30px;
	color:#ffc107;
}

.slider-form{
	margin-bottom:50px;
}

.light-bg{
	background-color:#efefef;
}

.sub-title{
	font-size:18px;
	font-weight:600;
}

.content{
	line-height:28px;
}

.img-box{
	text-align:center;
	border:1px solid #ffc107;
	margin-bottom:10px;
}

.img-box img{
	height:100px;
	width:auto;
}

.am-icon{
	font-size:30px;
}

.img-location{
	background-image:url('../img/location.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	height:100%;
	border:1px solid #fdfdfd;
}
.nh {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 3px 5px 35px #b9b9b9;
    padding: 20px;
    text-align: center;
}

.nh .icon{
	font-size:30px;
}

.request-bg{
	background-image:url('../img/Gera - 1.jpg');
	background-size:cover;
	background-position:center;
	background-attachment: fixed;
	background-repeat:no-repeat;
	padding:50px 0;
	color:#fff;
}

.request-bg button{
	font-weight:700;
}

.amenities img{
	height:80px;
	width:80px;
}

.fix-foot{
	position: fixed;
    bottom: 0;
    width: 100%;
    z-index:99;
}

.footer-left{
	text-align:justify;
	font-size:12px;
	margin-top:20px;
}

@media (max-width:480px){
    
    .slider-bg{
        margin-top: 90px;
    }
    
   .pricing .btn-cost {
    background-color: #000;
    color: #fff;
    padding: 6px !important;
}
    
    .circle-loc span {
    display: inline-block;
    height: 75px;
    padding: 6px;
    width: 75px;
    margin: 0;
    border-radius: 130px;
    box-shadow: rgb(0 14 27 / 20%) 0px 8px 24px;
    background-color: #fff;
    position: relative;
    top: -82px;
}

.img-location-mp{
    background-image: url(assets/img/krisala41-location.jpg);
    height: 400px;
    background-size: cover;
    background-position: center bottom;
}


.circle-loc span p {
    margin: 0;
    font-size: 10px;
}

.circle-loc span img {
    height: 16px;
}
    
    
    
	.rl-gap{
	/*padding-left:20px;*/
	padding-right:0px;
}

.mobile-view img{
	height:40px;
	width:40px;
}

.fix-foot .col-sm-4.text-center.pt-3.border {
    width: 33.33%;
    font-size: 10px;
}

.mobile-view .icon, .mobile-view, .about, .pricing, .mid-banner, .footer{
	text-align:center;
}

.mobile-view .icon p{
	text-align:center;
	font-size:10px;
}

.mobile-view .col-sm-6{
	display:inline-block;
	width:50%;
}

.carousel .carousel-item{
	height:auto;
}

.tb-gap{
	padding-top:20px;
	padding-bottom:20px;
}

strong{
    width:100%;
    display:block;
}

table{
    font-size:8px;
}

.top-eighty {
    margin-top: 17px !important;
}

}




/**/






