
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

html {scroll-behavior:smooth;}
body {background:#fff; color:#545454; font-family: 'Poppins', sans-serif; font-size:18px; font-weight:400; line-height:1.8;}

.font-poppins{font-family: 'Poppins', sans-serif;}
.font-libre{font-family: "Libre Baskerville", serif;}

*, *:focus {outline:none !important; transition:all 0.3s ease 0s;}
a {text-decoration:none !important; color:#000;} a:hover{color:#1A9716;}
p{margin-bottom:20px;} 

.breadcrumb{color:#2B2B2B; margin:0px; background-color:transparent;padding:0 0 15px; font-size:12px; border-bottom:solid 1px #dddddd; text-transform:uppercase;}
.breadcrumb>li+li:before{content:"\27A4";color:#2B2B2B; margin:0 10px;}
.breadcrumb a{color:#E60013;}

/******* Helpers ********************************************************************/
.Bor:after {border-bottom:2px solid #48887B; content:"";display:block; margin:0 0 30px 0; padding-bottom:30px; width:100px;}
.Bor1:after {border-bottom:3px solid #F0C832; content:"";display:block; margin:auto 0 30px 0; padding-bottom:25px; width:100px;}

hr{border-color:#BEBEBE !important; margin:20px 0px; opacity:1;}

/***************************/
.btn{moz-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in;text-decoration:none !important; font-weight:600; font-size:15px; padding:13px 30px; font-family: 'Poppins', sans-serif; border-radius:50px; letter-spacing:0.1em; text-transform:uppercase; text-shadow:none;}
.btn:focus{box-shadow:none; transition: none !important;} .btn-sm{font-size:14px; padding:9px 26px;}

.btn-outline-success{border-width:2px; border-color:#48887B !important; color:#2E3139;}
.btn-outline-success:hover,.btn-outline-success.focus{border-color:#2E3139 !important; color:#fff; background:#2E3139 !important;}

.RoomsInner .btn-outline-success{border-width:1px;}

.btn-dark{border-color:#000 !important; color:#fff; background-color:#000 !important;}
.btn-success{border-color:#48887B !important; color:#fff; background-color:#48887B !important;}
.btn-success:hover,.btn-success.focus,.btn-dark:hover,.btn-dark.focus{border-color:#2E3139 !important; color:#fff; background:#2E3139 !important;}
   
/*****************************/
.bg-dark {background-color:#45166A !important;}
.bg-danger{background-color:#A70000 !important;}
.bg-success{background-color:#48887B !important;}
.bg-light{background-color:#E6E6E6 !important;}
 
.fw-lighter{font-weight:200 !important;}
.fw-light{font-weight:300 !important;}
.fw-medium{font-weight:500 !important;}
.fw-semi{font-weight:600 !important;}
.fw-bold{font-weight:700 !important;}
.fw-bolder{font-weight:800 !important;}

.border-secondary{border-color:#BEBEBE !important;}

.text-dark{color:#2E3139 !important;}
.text-success{color:#48887B !important;}
  
.ls-1{letter-spacing:.1em !important;}
.lh-14{line-height:1.4 !important;} 
.fs-35{font-size:35px;}
.fs-15{font-size:15px;}
 
/*****************************/
h1, .h1, h2, .h2, h5, .h5 {font-weight:400; font-family: "Libre Baskerville", serif;}
h1, .h1 {font-size:30px; line-height:1.1; font-weight:700; color:#2E3139;}
h2, .h2 {font-size:30px;line-height:1;}
h3, .h3 {font-size:20px;}
h4, .h4 {font-size:18px;font-family: 'Poppins', sans-serif;}
h5, .h5 {font-size:14px;}

/*******************************************************************/
input.form-control,input.form-control:focus,textarea.form-control,select.form-select {font-size:16px; font-weight:400; box-shadow:none; padding-left:20px;}
textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus,select.form-select:focus {box-shadow:none; outline:none;}
textarea.form-control:not([rows]) {height:136px;}
.form-control::-moz-placeholder,.form-select::-moz-placeholder {color:#000; opacity:1;}

/**************************************************************/
.MainBanner .carousel-caption {z-index:99;display:flex;justify-content:center;align-items:center;margin:auto;left:0; top:0px; bottom:0;right:0;padding:0px;} 

/********** Back To Top Button ***************************************************************************************************/
#ScrollToTop {display:none; position:fixed; bottom:20px;right:30px;z-index:99;border:none;outline:none; background-color:#48887B;color:white;cursor:pointer;padding:0px;border-radius:10px;font-size:25px;border-radius:50%;width:50px;height:50px;line-height:50px;}#ScrollToTop:hover {background-color:#29413c;}

