@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Playfair+Display:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital@1&display=swap');

html {scroll-behavior:smooth;}
body {background:#fff; color:#000; font-family: 'Lato', sans-serif; font-size:17px; font-weight:400; line-height:35px;}

.bor-lft:after {border-bottom:4px solid #820507; content:"";display:block; margin:30px 0; width:100px;}
.bor-ctr:after {border-bottom:4px solid #820507; content:"";display:block; margin:10px auto; width:100px;}

*, *:focus {outline:none !important; transition:all 0.3s ease 0s;}
a {text-decoration:none !important; color:#000;} a:hover{color:#c7a530;}
p{margin-bottom:25px;} 
.no-list { margin:0; padding:0;}
.no-list li { list-style:none;}
.mar-p-0 p { padding-bottom:0; margin-bottom:0;}
.fw-semi { font-weight:600;}
.fw-medium { font-weight:500 !important;}
.fw-bold-it { font-weight:700; font-style:italic;}
.breadcrumb{color:#818181; margin:0px; background-color:transparent;padding:0 0 15px; font-size:12px; border-bottom:solid 1px #dddddd;}
.breadcrumb>li+li:before{content:"\27A4";color:#818181; margin:0 10px;}
.breadcrumb a{color:#c7a530;}

/******* Helpers ********************************************************************/
.ImgFade{background-color:#000;}
.ImgFade img{opacity: 0.5; filter: alpha(opacity=50); /* For IE8 and earlier */}

.ImgFade2{background-color:#000;}
.ImgFade2 img{opacity: 0.7; filter: alpha(opacity=70); /* 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:700; font-size:17px; padding:15px 30px; vertical-align:top; border-radius:5px; text-transform:uppercase; font-family: 'Lato', sans-serif; letter-spacing:0.060rem;}
.btn.focus,.btn:focus{box-shadow:none;}

.btn-warning { background-color: #c7a530 !important; color: #fff !important;}
.btn-warning:hover,.btn-warning:focus { background-color: #000 !important; color: #fff !important; box-shadow: none;}

.btn-link { color:#c7a530; text-transform:uppercase;font-family: 'Lato', sans-serif; font-size:15px; font-weight:700;}
.btn-link:hover { color:#000;}

/*****************************/
.bg-dark{background-color:#262626 !important;}
.bg-warning {background-color:#c7a530 !important;}

/*****************************/
.text-dark {color:#000 !important;}
.text-warning {color:#c7a530!important}

/*****************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {font-family: 'Playfair Display', serif;}
h1, .h1 {font-size:50px;}
h2, .h2 {font-size:40px;}
h3, .h3 {font-size:30px;}
h4, .h4 {font-size:20px;}
h5, .h5 {font-size:18px;}

/*******************************************************************/
input.form-control,input.form-control:focus {font-size:15px; font-weight:400; box-shadow:none;}
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 {box-shadow:inset 0 -1px 0 #ddd; outline:none;}
textarea.form-control:not([rows]) {height:220px;}
.form-control::-moz-placeholder {color:#000; opacity:1;}
.form-control::-webkit-placeholder {color:#000; opacity:1;}
.form-control::placeholder {color:#000; opacity:1;}


form .border-bottom { border-left:none; border-right:none; border-top:none; border-color:#fff !important;}
/**************************************************************/

/********** Back To Top Button ******************/
#scroll {position:fixed; right:10px; bottom:10px; z-index:99999; cursor:pointer; width:45px; height:45px; text-align:center; line-height:43px; background:#000; color:#fff !important; display:none;}
#scroll:hover {opacity:.7;}