
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&family=Young+Serif&display=swap');

html {scroll-behavior:smooth;}
body {background:#fff; color:#000; font-family: 'Poppins', sans-serif; font-size:18px; font-weight:400; line-height:1.8;}

.font-poppins{font-family: 'Poppins', sans-serif;}
.font-young{font-family: "Young Serif", serif;}

a {text-decoration:none !important; color:#000;} a:hover{color:#CC7A0D;}
p{margin-bottom:20px;} a img:hover{opacity:0.8;}
 
.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 #F0C832; content:"";display:block; margin:auto auto 35px auto; 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:#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:900; font-size:15px; padding:18px 36px; font-family: 'Poppins', sans-serif; border-radius:5px; letter-spacing:0.1em; text-transform:uppercase; text-shadow:none;}
.btn:focus{box-shadow:none; transition: none !important;}

.btn-g{background: linear-gradient(90deg, #CF8103 0%, #9F0D9D 100%);border:none !important; color:#fff !important;}
.btn-g:hover,.btn-g.focus{background: linear-gradient(90deg, #9F0D9D 0%, #CF8103 100%);border:none !important; }

.btn-dark{border-color:#000 !important; color:#fff; background-color:#000 !important;}
.btn-dark:hover,.btn-dark.focus{border-color:#fadc7d !important; color:#000; background:#fadc7d !important;}
   
/*****************************/
.bg-dark {background-color:#312E2E !important;}
.bg-primary{background-color:#F0C832 !important;}
.bg-danger{background-color:#9F0D9D !important;}

.fw-light{font-weight:300 !important;}
.fw-medium{font-weight:500 !important;}
.fw-bold{font-weight:700 !important;}
.fw-bolder{font-weight:800 !important;}

.text-dark{color:#3F3F3F !important;}
.text-secondary{color:#555555 !important;}
  
.ls-40{letter-spacing:0.04em;}

.lh-11{line-height:1.1 !important;}.lh-14{line-height:1.4 !important;}
.fs-20{font-size:20px !important;}.fs-13{font-size:13px !important;}.fs-15{font-size:15px !important;}

/*****************************/
h1, .h1, h2, .h2{font-family: "Young Serif", serif;}
h1, .h1 {font-size:50px;}
h2, .h2 {font-size:40px;}
h3, .h3 {font-size:25px;}
h4, .h4 {font-size:17px;}
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:inset 0 -1px 0 #ddd; 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; position:fixed; bottom:20px;right:30px;z-index:99;border:none;outline:none; background-color:#575636;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:#424121;}

.social-icons li a{background-color:#fff;color:#000 !important;font-size:18px; width:40px;height:40px;line-height:40px;text-align:center;border-radius:50%;display:inline-block;}
.social-icons li a:hover{background-color:#000;color:#fff !important;} .social-icons .list-inline-item:not(:last-child) {margin-right:8px;}
