
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {scroll-behavior:smooth;}
body {background:#fff; color:#424242; font-family: "Montserrat", sans-serif; font-size:17px; font-weight:400; line-height:1.8;}

.font-montserrat{font-family: "Montserrat", sans-serif;}
.font-cinzel{font-family: "Cinzel", serif;}

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: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:#000 !important; margin:20px 0px; opacity:.2;}
.ImgFade{background-color:#000;}
.ImgFade img{opacity:0.7; filter:alpha(opacity=7); /* For IE8 and earlier */}

/***************************/
.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:500; font-size:13px; padding:14px 30px; font-family: "Montserrat", sans-serif; border-radius:0px; letter-spacing:2px; text-transform:uppercase; text-shadow:none;}
.btn:focus{box-shadow:none; transition: none !important;}

.btn-danger{border-color:#652F8F !important; color:#fff; background-color:#652F8F !important;}
.btn-secondary:hover,.btn-secondary.focus,.btn-dark:hover,.btn-dark.focus{border-color:#dfbcf9 !important; color:#000; background:#dfbcf9 !important;}
   
/*****************************/
.bg-dark {background-color:#45166A !important;}
.bg-danger{background-color:#ff0001 !important;}
.bg-light{background-color:#eaeaea !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-danger{color:#ff0001 !important;}
.border-secondary {border-color:#d1d1d1 !important;}
  
.lh-1{line-height:1 !important;}.lh-11{line-height:1.1 !important;}.lh-14{line-height:1.4 !important;}
.fs-18{font-size:18px !important;}.fs-15{font-size:15px !important;} 
.fs-50{font-size:30px !important;} .fs-60{font-size:50px !important;} .fs-60 img{vertical-align:bottom;}

/*****************************/
h1, .h1, h2, .h2, h3, .h3, h5, .h5 {font-weight:400;font-family: "Cinzel", serif;}
h1, .h1 {font-size:40px; line-height:1.1; font-weight:600;}
h2, .h2 {font-size:28px;line-height:1;}
h3, .h3 {font-size:25px;}
h4, .h4 {font-size:18px;font-family: "Montserrat", sans-serif;}
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 1px 1px rgba(0, 0, 0, 0.25);} 

.carousel-control-next, .carousel-control-prev {width:10%; z-index:99;} 
.MainBanner .carousel-indicators {z-index:999; bottom:10px;}
.MainBanner .carousel-indicators li {background-color:#a8a4a2; opacity:1;border-radius:50%; width:12px; height:12px;} 
.MainBanner .carousel-indicators .active {background-color:#fff !important;width:12px; height:12px;}



/********** Back To Top Button ***************************************************************************************************/
#ScrollToTop {display:none; position:fixed; bottom:12px;right:30px;z-index:99;border:none;outline:none; background-color:#333333;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:#ff0001;}

