h1,h2,h3,h4,h5,h6,p,nav{
	font-family: 'Tenor Sans', sans-serif;
}

/*.container-fluid{
	padding-right:0 !important;
}*/

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

.navbar-light .navbar-nav .nav-link {
    color: #48b8ee !important;
    font-weight: 800;
}

#rotate{
  vertical-align:top;
	transform:rotate(7deg);
  -ms-transform:rotate(90deg); /* IE 9 */
  -moz-transform:rotate(90deg); /* Firefox */
  -webkit-transform:rotate(90deg); /* Safari and Chrome */
  -o-transform:rotate(90deg); /* Opera */
    
}

.amenities img{
    height: 106px !important;
}

.amen img{
    height: 70px !important;
}

.pat-logo img{
    height:90px;
    width:auto;
}

.pat-logo{
    border: 1px solid #33333359;
    text-align:center;
    padding:10px;
}

.vert-border{
        font-size: 30px !important;
    border-color: #58c7ed;
    border:0;
    border-left: 3px solid #30bfcd !important;
    padding: 18px 28px 17px 31px!important;
    text-align:left;
}

.img-box img{
    width:100% !important;
    height:auto !important;
}

.vert input{
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-self: center;
	
  cursor:pointer;
  height:50px;
	min-width: 100px;
  position:relative;
  
	border: 1px solid #333;
	border-radius: 5px;
  padding: 0 10px;	

	font-size: 20px;
}

.vert{
	display: grid;
	grid-gap: 40px;
	grid-template-columns: repeat(3,1fr);
	justify-items: center;
	width: 400px;	
	padding: 40px 0;
	margin: 0 auto;
}

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

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

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

.txt-brown{
	color:#328dcf;
}

.txt-yellow{
	color:#e67e39;
}

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


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

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

.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:#e67e39;
}

.btn-warning , .btn-warning:hover{
    background-color:#e67e39;
}

.img-box a p{
    background-color:#e67e39;
    color:#000;
    padding:10px;
}

.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/PMRDA-Map-1200x675.jpeg');
	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/Untitled design.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;
}

.mobile-fix-section{background-color:#40aaeb;color:#fff;padding:0;position:fixed;bottom:0;width:100%;text-align:center}
.mobile-fix-section a,.mobile-fix-section a:hover{color:#fff}
.fix-left{border-right:1px solid #fff}

.left-span{
    width:50%;
    float:left;
}

.right-span{
    width:50%;
    float:right;
}

.w-hun{
    width:100%;
}

@media (max-width:480px){
	.rl-gap{
	/*padding-left:20px;*/
	padding-right:0px;
}

.img-location{
    height:300px;
}

.amenities img{
    height: 50px !important;
}

.amen img{
    height: 30px !important;
}

.amenities .col-sm-3{
    width:50%;
}

ol.carousel-indicators {
    TOP: 133px;
}

}





