
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:wght@300;400;500;600;700&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.7;}

.font-poppins{font-family: "Poppins", sans-serif;}
.font-playfair{font-family: "Playfair Display", serif;}

*, *:focus {outline:none !important; transition:all 0.3s ease 0s;}
a {text-decoration:none !important; color:#484848;} a:hover{color:#CCA646;}
p{margin-bottom:30px;} 

.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:3px solid #F6EEDA; content:"";display:block; margin:auto auto 35px auto; padding-bottom:35px; width:100px;}
.Bor1:after {border-bottom:3px solid #1B3F63; content:"";display:block; margin:auto auto 35px auto; padding-bottom:35px; width:100px;}
.Bor2:after {border-bottom:3px solid #fff; content:"";display:block; margin:auto auto 25px auto; padding-bottom:25px; width:100px;}

hr{border-color:#fff !important; margin:20px 0px; opacity:.2;}

/***************************/
.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 36px; font-family: "Poppins", sans-serif; border-radius:20px 0px; letter-spacing:1.6px; text-transform:uppercase; text-shadow:none;}
.btn:focus{box-shadow:none; transition: none !important;}

.btn-warning{border-color:#CCA646 !important; color:#fff; background-color:#CCA646 !important;}
.btn-success{border-color:#416E20 !important; color:#fff; background-color:#416E20 !important;}
.btn-warning:hover,.btn-warning.focus,.btn-success:hover,.btn-success.focus{border-color:#093054 !important; color:#fff; background:#093054 !important;}
   
/*****************************/
.bg-dark {background-color:#5B5B5B !important;}
.bg-warning{background-color:#CCA646 !important;}
.bg-light{background-color:#F6EEDA !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;}

.text-dark{color:#253519 !important;}
.text-warning{color:#CCA646 !important;}
.text-success{color:#416E20 !important;}

.border-secondary{border-color:#D9D9D9 !important;}
  
.ls-1{letter-spacing:.1em !important;}
.ls-5{letter-spacing:4.8px !important;}

.lh-1{line-height:1 !important;}.lh-14{line-height:1.4 !important;}

.fs-80{font-size:60px !important;}.fs-24{font-size:24px !important;}
.fs-16{font-size:16px !important;}

.rounded-50{border-radius:50px 0px;}


/*****************************/
h1, .h1, h2, .h2, h3, .h3, h5, .h5 {font-weight:400; font-family: "Playfair Display", serif;}
h1, .h1 {font-size:45px; line-height:1; font-weight:600;}
h2, .h2 {font-size:30px;line-height:1; font-weight:600;}
h3, .h3 {font-size:24px;}
h4, .h4 {font-size:18px;}
h5, .h5 {font-size:14px;}

/*******************************************************************/
input.form-control,input.form-control:focus,textarea.form-control,textarea.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,textarea.form-select:focus {box-shadow:none; outline:none;}
textarea.form-control:not([rows]) {height:136px;}
.form-control::-moz-placeholder,.form-select::-moz-placeholder {color:#585858; 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;text-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);} 

/********** Back To Top Button ***************************************************************************************************/
#ScrollToTop {display:none!important; position:fixed!important; bottom:20px!important;right:30px!important;z-index:99!important;border:none!important;outline:none!important; background-color:#E1FAE3!important;color:#000!important;cursor:pointer!important;padding:0px!important;border-radius:10px!important;font-size:25px!important;border-radius:50%!important;width:50px!important;height:50px!important;line-height:50px!important;}#ScrollToTop:hover {background-color:#c8e2ca!important;}

